[asterisk-commits] branch 1.2 - r7340 /branches/1.2/Makefile

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Mon Dec 5 00:47:54 CST 2005


Author: russell
Date: Mon Dec  5 00:47:51 2005
New Revision: 7340

URL: http://svn.digium.com/view/asterisk?rev=7340&view=rev
Log:
remove ASTERISKVERSIONNUM from the version string given to doxygen

Modified:
    branches/1.2/Makefile

Modified: branches/1.2/Makefile
URL: http://svn.digium.com/view/asterisk/branches/1.2/Makefile?rev=7340&r1=7339&r2=7340&view=diff
==============================================================================
--- branches/1.2/Makefile (original)
+++ branches/1.2/Makefile Mon Dec  5 00:47:51 2005
@@ -829,7 +829,7 @@
 
 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 )



More information about the asterisk-commits mailing list