[zaptel-commits] tzafrir: branch 1.2 r2850 - in /branches/1.2: Makefile xpp/
SVN commits to the Zaptel project
zaptel-commits at lists.digium.com
Thu Aug 16 08:57:28 CDT 2007
Author: tzafrir
Date: Thu Aug 16 08:57:27 2007
New Revision: 2850
URL: http://svn.digium.com/view/zaptel?view=rev&rev=2850
Log:
* Add a rule for generating xpp/README.html (not used by default).
* Ignore it, and clean it and README.html .
Modified:
branches/1.2/Makefile
branches/1.2/xpp/ (props changed)
Modified: branches/1.2/Makefile
URL: http://svn.digium.com/view/zaptel/branches/1.2/Makefile?view=diff&rev=2850&r1=2849&r2=2850
==============================================================================
--- branches/1.2/Makefile (original)
+++ branches/1.2/Makefile Thu Aug 16 08:57:27 2007
@@ -361,6 +361,9 @@
README.html: README
asciidoc -n -a toc $<
+
+xpp/README.html: xpp/README.Astribank
+ cd $(@D); asciidoc -n -a toc $(<F)
ztdiag: ztdiag.o
$(CC) -o $@ $^
@@ -554,6 +557,7 @@
rm -f ztcfg-shared fxstest
rm -rf misdn*
rm -rf mISDNuser*
+ rm -rf README.html xpp/README.html
.EXPORT_ALL_VARIABLES:
Propchange: branches/1.2/xpp/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Thu Aug 16 08:57:27 2007
@@ -6,3 +6,4 @@
.tmp_versions
.*.swp
xpp_version.h
+README.html
More information about the zaptel-commits
mailing list