[zaptel-commits] tzafrir: branch 1.4 r3711 - in /branches/1.4: ./ Makefile
SVN commits to the Zaptel project
zaptel-commits at lists.digium.com
Tue Jan 22 11:11:10 CST 2008
Author: tzafrir
Date: Sun Jan 20 07:38:35 2008
New Revision: 3711
URL: http://svn.digium.com/view/zaptel?view=rev&rev=3711
Log:
Make sure README.Astribank's HTML copy has a complete table of contents.
Merged revisions 3710 via svnmerge from
http://orig.digium.com/svn/zaptel/branches/1.2
Modified:
branches/1.4/ (props changed)
branches/1.4/Makefile
Change Statistics:
0 files 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=3711&r1=3710&r2=3711
==============================================================================
--- branches/1.4/Makefile (original)
+++ branches/1.4/Makefile Sun Jan 20 07:38:35 2008
@@ -415,10 +415,10 @@
./checkstack *.ko */*.ko
README.html: README
- $(ASCIIDOC) -n -a toc -a toclevel=3 $<
+ $(ASCIIDOC) -n -a toc -a toclevels=3 $<
xpp/README.Astribank.html: xpp/README.Astribank
- cd $(@D); $(ASCIIDOC) -o $(@F) -n -a toc $(<F)
+ cd $(@D); $(ASCIIDOC) -o $(@F) -n -a toc -a toclevels=4 $(<F)
# on Debian: this requires the full groof, not just groff-base.
%.8.html: %.8
More information about the zaptel-commits
mailing list