From 7658e26389c6584b93e9eb395a08cd40b0743329 Mon Sep 17 00:00:00 2001 From: tzafrir Date: Sun, 9 Mar 2008 09:51:48 +0000 Subject: Integrating sample / reference configuration file into the reference documentation. Merged revisions 3968 via svnmerge from http://svn.digium.com/svn/zaptel/branches/1.2 git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3969 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- Makefile | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7b9301b..259fa36 100644 --- a/Makefile +++ b/Makefile @@ -343,7 +343,12 @@ fxsdump: LDLIBS+=-lm stackcheck: checkstack modules ./checkstack kernel/*.ko kernel/*/*.ko -README.html: README +zaptel.conf.asciidoc: zaptel.conf.sample + perl -n -e \ + 'if (/^#($$|\s)(.*)/){ if (!$$in_doc){print "\n"}; $$in_doc=1; print "$$2\n" } else { if ($$in_doc){print "\n"}; $$in_doc=0; print " $$_" }' \ + $< >$@ + +README.html: README zaptel.conf.asciidoc $(ASCIIDOC) -n -a toc -a toclevels=3 $< kernel/xpp/README.Astribank.html: kernel/xpp/README.Astribank @@ -563,7 +568,7 @@ clean: rm -f ztcfg-shared fxstest rm -rf misdn* rm -rf mISDNuser* - rm -rf README.html xpp/README.Astribank.html + rm -rf README.html xpp/README.Astribank.html zaptel.conf.asciidoc distclean: dist-clean -- cgit v1.2.3