aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-12-05 06:47:51 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-12-05 06:47:51 +0000
commitf26c97c1f2fa8e143f4263b3bc0b3e83f6426974 (patch)
tree65bee26ed1b0e322bf915cdc04ab2cac8227e5fb /Makefile
parent212c5e2d79a709ae06606309a1600db766d2b0f3 (diff)
remove ASTERISKVERSIONNUM from the version string given to doxygen
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7340 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d01eeadc6..0861e2caa 100644
--- a/Makefile
+++ b/Makefile
@@ -829,7 +829,7 @@ __rpm: include/asterisk/version.h spec
progdocs:
(cat contrib/asterisk-ng-doxygen; echo "HAVE_DOT=$(HAVEDOT)"; \
- echo "PROJECT_NUMBER=$(ASTERISKVERSION) - $(ASTERISKVERSIONNUM)") | doxygen -
+ echo "PROJECT_NUMBER=$(ASTERISKVERSION)") | doxygen -
mpg123:
@wget -V >/dev/null || (echo "You need wget" ; false )