File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
55ROOT = .
66
@@ -122,7 +122,7 @@ HTMLCAT= $(PERL) ./bin/htmlcat
122122# trim utility to get rid of navbar sections
123123HTMLTRIM = $(PERL ) ./bin/htmltrim
124124# make sub table of contents
125- MKSUBTOC = $(PERL ) ./bin/mksubtoc
125+ MKSUBTOC =$(PERL ) ./bin/mksubtoc
126126# insert subtoc
127127INSAFTER = $(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| \
You can’t perform that action at this time.
0 commit comments