[zaptel-commits] tzafrir: trunk r2856 - in /trunk: ./ Makefile xpp/
SVN commits to the Zaptel project
zaptel-commits at lists.digium.com
Thu Aug 16 13:53:02 CDT 2007
Author: tzafrir
Date: Thu Aug 16 13:53:01 2007
New Revision: 2856
URL: http://svn.digium.com/view/zaptel?view=rev&rev=2856
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
Merged revisions 2855 via svnmerge from
https://origsvn.digium.com/svn/zaptel/branches/1.4
Modified:
trunk/ (props changed)
trunk/Makefile
trunk/xpp/ (props changed)
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.
Modified: trunk/Makefile
URL: http://svn.digium.com/view/zaptel/trunk/Makefile?view=diff&rev=2856&r1=2855&r2=2856
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Thu Aug 16 13:53:01 2007
@@ -314,6 +314,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
@@ -533,6 +536,7 @@
rm -f ztcfg-shared fxstest
rm -rf misdn*
rm -rf mISDNuser*
+ rm -rf README.html xpp/README.html
distclean: dist-clean
Propchange: trunk/xpp/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Thu Aug 16 13:53:01 2007
@@ -6,3 +6,4 @@
.tmp_versions
.*.swp
xpp_version.h
+README.html
More information about the zaptel-commits
mailing list