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.24 1997-09-19 16:04:55 lehors Exp $
3+ # $Id: Makefile,v 1.25 1997-09-19 21:05:31 bbos Exp $
44
55ROOT = .
66
@@ -132,6 +132,8 @@ ADDLINKS= $(PERL) ./bin/addlinks
132132PEXTR = $(PERL ) ./bin/pextr
133133# extract descriptors from db.
134134DEXTR = $(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
173175all : blocks $(PROPERTYDB ) $(VALUEDB ) $(HEADINGDB ) $(SPECOBJS ) $(INDEXES ) \
174- $(IMAGES )
176+ $(IMAGES ) issues.html
175177
176178install : 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+
316319index.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
322331check : all
You can’t perform that action at this time.
0 commit comments