aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.in
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-12-27 20:33:13 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-12-27 20:33:13 -0800
commit1bbac9e5cec4b94f7fefa765ac26bcb1dd826b57 (patch)
tree73bf22d5e24934f7600993c0ae93b39dca673723 /Makefile.in
parent705793eae63e52a4c92b0b130f9df0594d8fc2f4 (diff)
Make the Makefile use the new build_documentation.sh script (gulp)
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in19
1 files changed, 2 insertions, 17 deletions
diff --git a/Makefile.in b/Makefile.in
index 590fb2e7..f9eda190 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -486,25 +486,10 @@ common.o: $(COMMON_FILES)
#
share/man: $(HELP_SRC)
- -rm doc_src/*.doxygen # Remove temp files from previous run
- -rm -r help_doc
-mkdir share/man
touch share/man
- for i in $(HELP_SRC); do \
- FILE=doc_src/`basename $$i .txt`.doxygen; \
- echo "/** \page" `basename $$i .txt` >$$FILE; \
- cat $$i >>$$FILE; \
- echo "*/" >>$$FILE; \
- done
- if command -v doxygen; then \
- (cat Doxyfile.help ; echo PROJECT_NUMBER=@PACKAGE_VERSION@) | doxygen - ; \
- for i in $(HELP_SRC); do \
- CMD_NAME=`basename $$i .txt`; \
- sed -e "s/\(.\)\\.SH/\1/" -e "s/$$CMD_NAME *\\\\- *\"\(.*\)\"/\1/" <help_doc/man/man1/$$CMD_NAME.1 >share/man/$$CMD_NAME.1; \
- done \
- fi
- rm doc_src/*.doxygen # Clean up intermediate files in doc_src/
- rm -rf help_doc # Clean up intermediate help_doc tree
+ -rm -r help_doc
+ ./build_tools/build_documentation.sh
#
# The build rules for installing/uninstalling fish