aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.in
diff options
context:
space:
mode:
authorGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2013-11-30 15:18:22 +0800
committerGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2013-12-01 12:37:29 +0800
commit2efc0bad1c414d5e74b9a43148daf8cba202a02b (patch)
treee0fa33507f10dd80fea840b6b829270d485e477e /Makefile.in
parent3978de2cde12867eb19a736a61ad81254c440b64 (diff)
add correct version number to manpage output
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 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