[zaptel-commits] tzafrir: branch 1.4 r2905 - in /branches/1.4: ./ Makefile
SVN commits to the Zaptel project
zaptel-commits at lists.digium.com
Sat Aug 18 16:21:05 CDT 2007
Author: tzafrir
Date: Sat Aug 18 16:21:05 2007
New Revision: 2905
URL: http://svn.digium.com/view/zaptel?view=rev&rev=2905
Log:
* Fix Makefile typo in 'install-progrms:' (Thanks, Mark Purcell).
* Rename the generated xpp/README.html to xpp/README.Astribank.html to
provide a unique basename among docs (helps debian packaging).
Modified:
branches/1.4/ (props changed)
branches/1.4/Makefile
Propchange: branches/1.4/
------------------------------------------------------------------------------
Binary property 'branch-1.2-merged' - no diff available.
Modified: branches/1.4/Makefile
URL: http://svn.digium.com/view/zaptel/branches/1.4/Makefile?view=diff&rev=2905&r1=2904&r2=2905
==============================================================================
--- branches/1.4/Makefile (original)
+++ branches/1.4/Makefile Sat Aug 18 16:21:05 2007
@@ -405,8 +405,8 @@
README.html: README
asciidoc -n -a toc $<
-xpp/README.html: xpp/README.Astribank
- cd $(@D); asciidoc -n -a toc $(<F)
+xpp/README.Astribank.html: xpp/README.Astribank
+ cd $(@D); asciidoc -o $(@F) -n -a toc $(<F)
MISDNVERSION=1_1_3
MISDNUSERVERSION=1_1_3
@@ -446,7 +446,7 @@
@echo "###"
@echo "###################################################"
-install-programs: install-utils install-libs install-inlcude
+install-programs: install-utils install-libs install-include
install-utils: utils install-xpp
install -d $(DESTDIR)$(BIN_DIR)
@@ -615,7 +615,7 @@
rm -f ztcfg-shared fxstest
rm -rf misdn*
rm -rf mISDNuser*
- rm -rf README.html xpp/README.html
+ rm -rf README.html xpp/README.Astribank.html
distclean: dist-clean
More information about the zaptel-commits
mailing list