Skip to content

Commit be2775a

Browse files
committed
[css2] Added process.src and box.src
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%40283
1 parent 9c37981 commit be2775a

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

css2/DOC/FILES

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ about.src
44
intro.src
55

66
convent.src
7+
process.src
78
syndata.src
89
selector.src
910
cascade.src
1011
media.src
12+
box.src
1113
flowobj.src
1214
flowobj2.src
1315
page.src

css2/Makefile

Lines changed: 6 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.34 1997-10-03 22:09:37 ian Exp $
3+
# $Id: Makefile,v 1.35 1997-10-29 04:34:31 ian Exp $
44

55
ROOT = .
66

@@ -12,10 +12,12 @@ SRCS1 = \
1212
about.src\
1313
intro.src\
1414
convent.src\
15+
process.src\
1516
syndata.src\
1617
selector.src\
1718
cascade.src\
1819
media.src\
20+
box.src\
1921
flowobj.src\
2022
flowobj2.src\
2123
page.src\
@@ -47,10 +49,12 @@ cover.html\
4749
about.html\
4850
intro.html\
4951
convent.html\
52+
process.html\
5053
syndata.html\
5154
selector.html\
5255
cascade.html\
5356
media.html\
57+
box.html\
5458
flowobj.html\
5559
flowobj2.html\
5660
page.html\
@@ -249,7 +253,7 @@ build/index.srb: $(SPECOBJS)
249253

250254
cover.html: cover.src cover-info.src build/contents.srb
251255
$(HIPP) $(INCLUDES) $< - | \
252-
$(ADDNAVBAR) -bottom -hr -r $@ - $@ "go to the table of contents" "#toc"
256+
$(ADDNAVBAR) -bottom -hr -r $@ - $@ "go to the table of contents" "#toc" index index.html
253257

254258
build/contents.srb: $(MAINSRCS) $(INDEXSRCS) $(APPSRCS) $(REFSRCS)
255259
$(MKTOC) -ml 5 $@ $(HEADINGDB) $(MAINSRCS) -ul -roman $(APPSRCS) \

0 commit comments

Comments
 (0)