add correct version number to manpage output

This commit is contained in:
David Adam 2013-11-30 15:18:22 +08:00
parent 3978de2cde
commit 2efc0bad1c
2 changed files with 2 additions and 2 deletions

View file

@ -459,7 +459,7 @@ share/man: $(HELP_SRC)
-mkdir share/man -mkdir share/man
touch share/man touch share/man
-rm -Rf share/man/man1 -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 # The build rules for installing/uninstalling fish

View file

@ -86,7 +86,7 @@ done
# Input is kept as . because we cd to the input directory beforehand # Input is kept as . because we cd to the input directory beforehand
# This prevents doxygen from generating "documentation" for intermediate directories # This prevents doxygen from generating "documentation" for intermediate directories
DOXYPARAMS=$(cat <<EOF DOXYPARAMS=$(cat <<EOF
PROJECT_NUMBER=2.0.0 PROJECT_NUMBER=$PROJECT_NUMBER
INPUT=. INPUT=.
OUTPUT_DIRECTORY=$OUTPUTDIR OUTPUT_DIRECTORY=$OUTPUTDIR
QUIET=YES QUIET=YES