File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,10 +4,12 @@ about.src
44intro.src
55
66convent.src
7+ process.src
78syndata.src
89selector.src
910cascade.src
1011media.src
12+ box.src
1113flowobj.src
1214flowobj2.src
1315page.src
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.34 1997-10-03 22:09:37 ian Exp $
3+ # $Id: Makefile,v 1.35 1997-10-29 04:34:31 ian Exp $
44
55ROOT = .
66
@@ -12,10 +12,12 @@ SRCS1 = \
1212about.src\
1313intro.src\
1414convent.src\
15+ process.src\
1516syndata.src\
1617selector.src\
1718cascade.src\
1819media.src\
20+ box.src\
1921flowobj.src\
2022flowobj2.src\
2123page.src\
@@ -47,10 +49,12 @@ cover.html\
4749about.html\
4850intro.html\
4951convent.html\
52+ process.html\
5053syndata.html\
5154selector.html\
5255cascade.html\
5356media.html\
57+ box.html\
5458flowobj.html\
5559flowobj2.html\
5660page.html\
@@ -249,7 +253,7 @@ build/index.srb: $(SPECOBJS)
249253
250254cover.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
254258build/contents.srb : $(MAINSRCS ) $(INDEXSRCS ) $(APPSRCS ) $(REFSRCS )
255259 $(MKTOC ) -ml 5 $@ $(HEADINGDB ) $(MAINSRCS ) -ul -roman $(APPSRCS ) \
You can’t perform that action at this time.
0 commit comments