Fix make html with filelist command in building_the_manual.rst

This commit is contained in:
tetrapod00
2024-08-19 17:57:02 -07:00
parent 5dd72ba9d2
commit f5fcba79e3
@@ -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'