aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-12-05 06:50:04 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-12-05 06:50:04 +0000
commiteff11495eef8519ea5a3e885ec52cd7dcd0efa32 (patch)
tree5524fd328742781e0b0fc7d6b1ef60f9623d8001 /Makefile
parent79a7c34a3598f6edcf0a826e048716b820493d85 (diff)
Merged revisions 7340 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r7340 | russell | 2005-12-05 01:47:51 -0500 (Mon, 05 Dec 2005) | 2 lines remove ASTERISKVERSIONNUM from the version string given to doxygen ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7341 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 9c35ecbf1..ff3d2abcc 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 )