fix the output of Makefile generated variables to doxygen

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7132 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant
2005-11-17 21:45:03 +00:00
parent 35fcf0a8aa
commit d09769fba7
2 changed files with 4 additions and 2 deletions

View File

@@ -835,8 +835,8 @@ __rpm: include/asterisk/version.h spec
rpmbuild --rcfile /usr/lib/rpm/rpmrc:redhat/rpmrc -bb asterisk.spec
progdocs:
(cat contrib/asterisk-ng-doxygen; echo "HAVE_DOT=$(HAVEDOT) \
PROJECT_NUMBER=$(ASTERISKVERSION) - $(ASTERISKVERSIONNUM)") | doxygen -
(cat contrib/asterisk-ng-doxygen; echo "HAVE_DOT=$(HAVEDOT)"; \
echo "PROJECT_NUMBER=$(ASTERISKVERSION) - $(ASTERISKVERSIONNUM)") | doxygen -
mpg123:
@wget -V >/dev/null || (echo "You need wget" ; false )