[zaptel-commits] tzafrir: branch 1.2 r2997 - in /branches/1.2: Makefile xpp/
SVN commits to the Zaptel project
zaptel-commits at lists.digium.com
Sat Sep 8 04:58:27 CDT 2007
Author: tzafrir
Date: Sat Sep 8 04:58:25 2007
New Revision: 2997
URL: http://svn.digium.com/view/zaptel?view=rev&rev=2997
Log:
Allow overriding the asciidoc command. This allows using asciidoc < 7.
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=2997&r1=2996&r2=2997
==============================================================================
--- branches/1.2/Makefile (original)
+++ branches/1.2/Makefile Sat Sep 8 04:58:25 2007
@@ -210,6 +210,8 @@
endif
MAN_PAGES = $(wildcard $(BINS:%=doc/%.8))
+ASCIIDOC := asciidoc
+
all: programs modules
programs: utils libs
@@ -358,10 +360,10 @@
./checkstack *.ko */*.ko
README.html: README
- asciidoc -n -a toc $<
+ $(ASCIIDOC) -n -a toc $<
xpp/README.Astribank.html: xpp/README.Astribank
- cd $(@D); asciidoc -o $(@F) -n -a toc $(<F)
+ cd $(@D); $(ASCIIDOC) -o $(@F) -n -a toc $(<F)
devices:
ifndef DYNFS
Propchange: branches/1.2/xpp/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Sat Sep 8 04:58:25 2007
@@ -6,4 +6,4 @@
.tmp_versions
.*.swp
xpp_version.h
-README.html
+README.Astribank.html
More information about the zaptel-commits
mailing list