Skip to content

Commit 3d3bf9d

Browse files
committed
[css2] Added more dependencies, but now only works with GNU make. Is that a
problem? --HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%40769
1 parent f4a8932 commit 3d3bf9d

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

css2/Makefile

Lines changed: 5 additions & 6 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.76 1998-01-29 00:17:15 ijacobs Exp $
3+
# $Id: Makefile,v 1.77 1998-01-29 00:36:40 bbos Exp $
44

55
# what needs to be set for every new release:
66
# Note use of full year (1998) in identifier.
@@ -21,7 +21,6 @@ $(ROOT)/cover.src
2121
SRCS1 = \
2222
about.src\
2323
intro.src\
24-
conform.src\
2524
syndata.src\
2625
selector.src\
2726
cascade.src\
@@ -198,7 +197,7 @@ LN= ln
198197

199198
.SUFFIXES: .src .html .srb .idraw .gif .ps
200199

201-
.src.html:
200+
%.html: %.src $(HEADINGDB) $(PROPERTYDB) $(DESCRIPTORDB) $(VALUEDB) blocks
202201
@if [ ! -d build/index ]; then mkdir -p build/index; fi
203202
echo "<div class=\"subtoc\"><p><strong>Contents</strong>" \
204203
> build/subtoc.$$$$; \
@@ -299,7 +298,7 @@ cover.html: cover.src build/contents.srb build/minicontents.srb
299298
$(HIPP) $(INCLUDES) | \
300299
$(ADDNAVBAR) -r $@ - $@ "table of contents" "#toc" properties propidx.html descriptors descidx.html index indexlist.html
301300

302-
build/contents.srb: $(MAINSRCS) $(INDEXSRCS) $(APPSRCS) $(REFSRCS)
301+
build/contents.srb: $(MAINSRCS) $(INDEXSRCS) $(APPSRCS) $(REFSRCS) $(PROPERTYDB) $(DESCRIPTORDB) $(VALUEDB)
303302
$(MKTOC) -ml 5 $@ $(HEADINGDB) $(MAINSRCS)\
304303
-ol -roman $(APPSRCS) -ul -none $(REFSRCS) $(INDEXSRCS)
305304
$(ADDLINKS) -r $< $@ $@ propinst $(PROPERTYDB) \
@@ -390,7 +389,7 @@ indexlist.html: indexlist.src
390389

391390
propidx.html: build/propidx.srb
392391
build/propidx.srb: $(SPECOBJS)
393-
$(MKPROPIDX) -r $@ $@ properties/properties.db
392+
$(MKPROPIDX) -r $@ $@ $(PROPSRC)
394393

395394
propidx.html: propidx.src
396395
$(HIPP) $(INCLUDES) $< | \
@@ -399,7 +398,7 @@ propidx.html: propidx.src
399398

400399
descidx.html: build/descidx.srb
401400
build/descidx.srb: $(SPECOBJS)
402-
$(MKDESCIDX) -r $@ $@ properties/descriptors.db
401+
$(MKDESCIDX) -r $@ $@ $(DESCSRC)
403402

404403
descidx.html: descidx.src
405404
$(HIPP) $(INCLUDES) $< | \

0 commit comments

Comments
 (0)