summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2008-03-09 11:59:19 +0000
committertzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2008-03-09 11:59:19 +0000
commit36fa7db5c5ef27ec0b0554c40740d26703a9a0a9 (patch)
tree35f49da98741d7a1ec834c56af6669e545452f3e /Makefile
parent9c9ff2fd5d1827d02fe01c8dab56f65d9d97a4fc (diff)
More asciidoc polishes and small sample file fixes.
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@3972 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f7c5965..a250938 100644
--- a/Makefile
+++ b/Makefile
@@ -367,7 +367,7 @@ stackcheck: checkstack all
zaptel.conf.asciidoc: zaptel.conf.sample
perl -n -e \
- 'if (/^#($$|\s)(.*)/){ if (!$$in_doc){print "\n"}; $$in_doc=1; print "$$2\n" } else { $$in_doc=0; print " $$_" }' \
+ '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