Skip to content

Commit 0c452ab

Browse files
committed
[css2] Added generator for issues lists.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%4085
1 parent 759c938 commit 0c452ab

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

css2/Makefile

Lines changed: 11 additions & 2 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.24 1997-09-19 16:04:55 lehors Exp $
3+
# $Id: Makefile,v 1.25 1997-09-19 21:05:31 bbos Exp $
44

55
ROOT = .
66

@@ -132,6 +132,8 @@ ADDLINKS= $(PERL) ./bin/addlinks
132132
PEXTR= $(PERL) ./bin/pextr
133133
# extract descriptors from db.
134134
DEXTR= $(PERL) ./bin/dextr
135+
# extract issues from issues db.
136+
ISSUES= bin/issues
135137

136138
# utility to generate the PostScript version
137139
# -R seems broken for this spec.
@@ -171,7 +173,7 @@ LN= ln
171173

172174

173175
all: blocks $(PROPERTYDB) $(VALUEDB) $(HEADINGDB) $(SPECOBJS) $(INDEXES) \
174-
$(IMAGES)
176+
$(IMAGES) issues.html
175177

176178
install: all css20.tgz
177179
@if [ ! -d $(INSTALLDIR) ]; then mkdir -p $(INSTALLDIR);fi
@@ -313,10 +315,17 @@ refs.html: refs.src
313315
$(RM) build/subtoc.$$$$
314316

315317
# simpler rules for special pages
318+
316319
index.html: index.src
317320
$(HIPP) $(INCLUDES) $< - | \
318321
$(ADDNAVBAR) -r $@ - $@ contents "cover.html#toc"
319322

323+
issues.html: issues.src issues.srb
324+
$(HIPP) $(INCLUDES) issues.src $@
325+
326+
issues.srb: issues.db
327+
$(ISSUES) -g >$@
328+
320329
### check on the document to see if it's valid
321330

322331
check: all

0 commit comments

Comments
 (0)