From 6b51e2d9ac8bd53f11b088829864e25ec1c755bb Mon Sep 17 00:00:00 2001 From: russell Date: Fri, 18 Nov 2005 04:13:39 +0000 Subject: fix the output of Makefile generated variables to doxygen git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-2@7133 f38db490-d61c-443f-a65b-d21fe96a405b --- ChangeLog | 2 ++ Makefile | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 70ec11b2d..578542306 100755 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2005-11-17 Russell Bryant + * Makefile: Fix the output of Makefile generated variables to doxygen + * channels/chan_sip.c: Add missing carriage return and line feed to the SDP line indicating that we don't support VAD (issue #5780) 2005-11-16 Kevin P. Fleming diff --git a/Makefile b/Makefile index c552d2181..a2ce5c4bd 100755 --- a/Makefile +++ b/Makefile @@ -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 ) -- cgit v1.2.3