Skip to content

Commit 384d585

Browse files
committed
[css2] Changed max level for number generation
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%40206
1 parent 7b6c067 commit 384d585

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

css2/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Makefile to generate the CSS2 document based on its "source files"
22
# Arnaud Le Hors - lehors@w3.org
3-
# $Id: Makefile,v 1.31 1997-09-29 13:51:28 ian Exp $
3+
# $Id: Makefile,v 1.32 1997-10-02 23:21:57 ian Exp $
44

55
ROOT = .
66

@@ -122,7 +122,7 @@ HTMLCAT= $(PERL) ./bin/htmlcat
122122
# trim utility to get rid of navbar sections
123123
HTMLTRIM= $(PERL) ./bin/htmltrim
124124
# make sub table of contents
125-
MKSUBTOC= $(PERL) ./bin/mksubtoc
125+
MKSUBTOC=$(PERL) ./bin/mksubtoc
126126
# insert subtoc
127127
INSAFTER= $(PERL) ./bin/insafter
128128
# add link
@@ -163,7 +163,7 @@ LN= ln
163163
> build/subtoc.$$$$; \
164164
$(MKSUBTOC) -r $@ -l 2 - $(HEADINGDB) $< >> build/subtoc.$$$$; \
165165
echo "</div>" >> build/subtoc.$$$$; \
166-
$(HIPP) $(INCLUDES) $< - | $(ADDHANCH) -n -ml 4 -r $< - - $(HEADINGDB) | \
166+
$(HIPP) $(INCLUDES) $< - | $(ADDHANCH) -n -ml 3 -r $< - - $(HEADINGDB) | \
167167
$(ADDIDXANCH) -r $< - - build/index/$<.db | \
168168
$(ADDLINKS) -r $< - - propinst $(PROPERTYDB) value-inst $(VALUEDB) | \
169169
$(ADDNAVBAR) -r $@ - - contents "cover.html#toc" index index.html| \

0 commit comments

Comments
 (0)