소스 검색

Fix make html with filelist command in building_the_manual.rst

tetrapod00 1 년 전
부모
커밋
f5fcba79e3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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
 
-    make FILELIST='classes/class_node.rst classes/class_resource.rst' html
+    make html FILELIST='classes/class_node.rst classes/class_resource.rst'