|
1 | 1 | # Makefile to generate the CSS2 document based on its "source files" |
2 | 2 | # Arnaud Le Hors - lehors@w3.org |
3 | | -# $Id: Makefile,v 2.21 1998-03-21 21:18:05 ijacobs Exp $ |
| 3 | +# $Id: Makefile,v 2.22 1998-03-22 18:43:28 ijacobs Exp $ |
4 | 4 |
|
5 | 5 | # what needs to be set for every new release: |
6 | 6 | # Note use of full year (1998) in identifier. |
@@ -119,7 +119,6 @@ DESCRIPTORDB= build/descriptor.db |
119 | 119 | VALUEDB= build/value.db |
120 | 120 | # dbase for headings |
121 | 121 | HEADINGDB= build/headings.db |
122 | | -#MINIHEADINGDB= build/miniheadings.db |
123 | 122 | # dbase for index terms |
124 | 123 | INDEXDB = build/index.db |
125 | 124 |
|
@@ -189,8 +188,6 @@ CHKCSS= ./bin/chkcss |
189 | 188 | CHKXML= ./bin/chkxml |
190 | 189 | # add reference normative/informative class info. |
191 | 190 | ADDREFCLASS= $(PERL) ./bin/addrefclass |
192 | | -# create the database with all headings and their anchors and numbers |
193 | | -MKHEADINGDB = $(PERL) ./bin/mkheadingdb |
194 | 191 | # Add prev/next/toc/stylesheet and other links to document |
195 | 192 | MKCHAIN = $(PERL) ./bin/mkchain |
196 | 193 | # Expand [[cite]] to link to bibliography |
@@ -359,6 +356,7 @@ build/contents.srb: $(MAINSRCS:.src=.srd) $(APPSRCS:.src=.srd) $(REFSRCS:.src=.s |
359 | 356 | @echo "=========== making" $@ |
360 | 357 | $(MKTOC) -h 5 $(HEADINGDB) $@ |
361 | 358 |
|
| 359 | + |
362 | 360 | build/minicontents.srb: $(MAINSRCS:.src=.srd) $(APPSRCS:.src=.srd) $(REFSRCS:.src=.srd) $(INDEXSRCS:.src=.srd) Project.cfg |
363 | 361 | @echo "=========== making" $@ |
364 | 362 | $(MKTOC) -h 1 $(HEADINGDB) $@ |
|
0 commit comments