[zaptel-commits] tzafrir: branch 1.4 r2855 - in /branches/1.4: ./ Makefile xpp/

SVN commits to the Zaptel project zaptel-commits at lists.digium.com
Thu Aug 16 13:39:41 CDT 2007


Author: tzafrir
Date: Thu Aug 16 13:39:40 2007
New Revision: 2855

URL: http://svn.digium.com/view/zaptel?view=rev&rev=2855
Log:
* Add a rule for generating xpp/README.html (not used by default).
* Ignore it, and clean it and README.html .

Merged revisions 2850 via svnmerge from 
https://origsvn.digium.com/svn/zaptel/branches/1.2

Modified:
    branches/1.4/   (props changed)
    branches/1.4/Makefile
    branches/1.4/xpp/   (props changed)

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=2855&r1=2854&r2=2855
==============================================================================
--- branches/1.4/Makefile (original)
+++ branches/1.4/Makefile Thu Aug 16 13:39:40 2007
@@ -395,6 +395,9 @@
 
 README.html: README
 	asciidoc -n -a toc $<
+
+xpp/README.html: xpp/README.Astribank
+	cd $(@D); asciidoc -n -a toc $(<F)
 
 MISDNVERSION=1_1_3
 MISDNUSERVERSION=1_1_3
@@ -606,6 +609,7 @@
 	rm -f ztcfg-shared fxstest
 	rm -rf misdn*
 	rm -rf mISDNuser*
+	rm -rf README.html xpp/README.html
 
 distclean: dist-clean
 

Propchange: branches/1.4/xpp/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Thu Aug 16 13:39:40 2007
@@ -6,3 +6,4 @@
 .tmp_versions
 .*.swp
 xpp_version.h
+README.html




More information about the zaptel-commits mailing list