mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
add correct version number to manpage output
This commit is contained in:
parent
3978de2cde
commit
2efc0bad1c
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue