From 2efc0bad1c414d5e74b9a43148daf8cba202a02b Mon Sep 17 00:00:00 2001 From: David Adam Date: Sat, 30 Nov 2013 15:18:22 +0800 Subject: add correct version number to manpage output --- Makefile.in | 2 +- build_tools/build_documentation.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index 6a336f74..6433eade 100644 --- a/Makefile.in +++ b/Makefile.in @@ -459,7 +459,7 @@ share/man: $(HELP_SRC) -mkdir share/man touch share/man -rm -Rf share/man/man1 - ./build_tools/build_documentation.sh Doxyfile.help ./doc_src ./share + PROJECT_NUMBER=`echo $(FISH_BUILD_VERSION)| sed "s/-.*//"` ./build_tools/build_documentation.sh Doxyfile.help ./doc_src ./share # # The build rules for installing/uninstalling fish diff --git a/build_tools/build_documentation.sh b/build_tools/build_documentation.sh index 76c19a04..0c4a2aac 100755 --- a/build_tools/build_documentation.sh +++ b/build_tools/build_documentation.sh @@ -86,7 +86,7 @@ done # Input is kept as . because we cd to the input directory beforehand # This prevents doxygen from generating "documentation" for intermediate directories DOXYPARAMS=$(cat <