Skip to content

Commit 93880dd

Browse files
committed
[css2] Fixed for refs
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%40110
1 parent ef5c6a9 commit 93880dd

1 file changed

Lines changed: 2 additions & 12 deletions

File tree

css2/Makefile

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
# Makefile to generate the CSS2 document based on its "source files"
22
# Arnaud Le Hors - lehors@w3.org
3-
# $Id: Makefile,v 1.27 1997-09-23 02:34:26 ian Exp $
3+
# $Id: Makefile,v 1.28 1997-09-23 14:05:35 ian Exp $
44

55
ROOT = .
66

77
# the following files are part of the CSS specification
88
SRCS0 = \
99
$(ROOT)/cover.src
1010

11-
# $(ROOT)/cover-short.src
12-
1311
SRCS1 = \
1412
about.src\
1513
intro.src\
@@ -76,7 +74,7 @@ INDEXES= \
7674
index.html
7775

7876
SPECSRCS= $(SRCS0) $(MAINSRCS) $(APPSRCS)
79-
SPECOBJS= $(MAINOBJS) cover-short.html $(APPENDIXES)
77+
SPECOBJS= $(MAINOBJS) $(APPENDIXES) $(REFS)
8078

8179
IMAGES= images/*.gif
8280
STYLESHEETS= style/*.css
@@ -239,19 +237,11 @@ cover.html: cover.src cover-info.src build/contents.srb
239237
$(HIPP) $(INCLUDES) $< - | \
240238
$(ADDNAVBAR) -bottom -hr -r $@ - $@ "go to the table of contents" "#toc"
241239

242-
cover-short.html: cover-short.src cover-info.src build/contents-short.srb
243-
$(HIPP) $(INCLUDES) $< - | \
244-
$(ADDNAVBAR) -bottom -hr -r $@ - $@ "go to the table of contents" "#toc"
245-
246240
build/contents.srb: $(MAINSRCS) $(INDEXSRCS) $(APPSRCS) $(REFSRCS)
247241
$(MKTOC) -ml 5 $@ $(HEADINGDB) $(MAINSRCS) -ul -roman $(APPSRCS) \
248242
-ol -none $(REFSRCS) $(INDEXSRCS)
249243
$(HEADINGDB): build/contents.srb
250244

251-
build/contents-short.srb: $(MAINSRCS) $(INDEXSRCS) $(APPSRCS) $(REFSRCS)
252-
$(MKTOC) -ml 3 $@ $(HEADINGDB) $(MAINSRCS) -ul -roman $(APPSRCS) \
253-
-ol -none $(REFSRCS) $(INDEXSRCS)
254-
255245
# special rule with different numbering
256246
sample.html: sample.src
257247
@if [ ! -d build/index ]; then mkdir -p build/index; fi

0 commit comments

Comments
 (0)