Browse Source

Merge pull request #9788 from tetrapod00/building-manual-make-filelist

Fix "make html FILELIST" command in building_the_manual.rst
Matthew 11 months ago
parent
commit
094ac0a269
1 changed files with 1 additions and 1 deletions
  1. 1 1
      contributing/documentation/building_the_manual.rst

+ 1 - 1
contributing/documentation/building_the_manual.rst

@@ -166,4 +166,4 @@ You can specify a list of files to build, which can greatly speed up compilation
 
 
 .. code:: sh
 .. code:: sh
 
 
-    make FILELIST='classes/class_node.rst classes/class_resource.rst' html
+    make html FILELIST='classes/class_node.rst classes/class_resource.rst'