diff options
author | Aaron Franke <arnfranke@yahoo.com> | 2021-10-24 01:48:03 -0500 |
---|---|---|
committer | Aaron Franke <arnfranke@yahoo.com> | 2021-10-24 01:58:59 -0500 |
commit | 8f05e26198d6b8bcf620f2e87ca671bb74cf82de (patch) | |
tree | 58c5112e19d1d475bfbc6b7090ad69d375e136ad /doc/Makefile | |
parent | b2ab5cb504cef1ffe229523d63b997d5306afce3 (diff) |
Rename "makerst.py" to "make_rst.py"
Diffstat (limited to 'doc/Makefile')
-rw-r--r-- | doc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile index d4bc53bcf9..c46a485da1 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -17,7 +17,7 @@ doxygen: rst: rm -rf $(OUTPUTDIR)/rst mkdir -p $(OUTPUTDIR)/rst - python3 $(TOOLSDIR)/makerst.py -o $(OUTPUTDIR)/rst $(CLASSES) + python3 $(TOOLSDIR)/make_rst.py -o $(OUTPUTDIR)/rst $(CLASSES) rstjs: rm -rf $(OUTPUTDIR)/rstjs |