summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-12-16 20:45:22 +0000
committertzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-12-16 20:45:22 +0000
commit0335a0385a69faae44ac538aa4abbe2c3d831b74 (patch)
treeaea9b5fa61155f31f195036fe6e4472b64515863 /Makefile
parent0ca3cdab3cdb6f01cd88e00bf79f137b611cb755 (diff)
Make sure the asciidoc menu is deep enough.
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3495 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 3697153..f4431b0 100644
--- a/Makefile
+++ b/Makefile
@@ -399,7 +399,7 @@ stackcheck: checkstack modules
./checkstack *.ko */*.ko
README.html: README
- $(ASCIIDOC) -n -a toc $<
+ $(ASCIIDOC) -n -a toc -a toclevel=3 $<
xpp/README.Astribank.html: xpp/README.Astribank
cd $(@D); $(ASCIIDOC) -o $(@F) -n -a toc $(<F)