Skip to content

Commit 8a7f42c

Browse files
committed
[css2] Minor cleanup
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401336
1 parent d099ffa commit 8a7f42c

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

css2/Makefile

Lines changed: 2 additions & 4 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 2.21 1998-03-21 21:18:05 ijacobs Exp $
3+
# $Id: Makefile,v 2.22 1998-03-22 18:43:28 ijacobs Exp $
44

55
# what needs to be set for every new release:
66
# Note use of full year (1998) in identifier.
@@ -119,7 +119,6 @@ DESCRIPTORDB= build/descriptor.db
119119
VALUEDB= build/value.db
120120
# dbase for headings
121121
HEADINGDB= build/headings.db
122-
#MINIHEADINGDB= build/miniheadings.db
123122
# dbase for index terms
124123
INDEXDB = build/index.db
125124

@@ -189,8 +188,6 @@ CHKCSS= ./bin/chkcss
189188
CHKXML= ./bin/chkxml
190189
# add reference normative/informative class info.
191190
ADDREFCLASS= $(PERL) ./bin/addrefclass
192-
# create the database with all headings and their anchors and numbers
193-
MKHEADINGDB = $(PERL) ./bin/mkheadingdb
194191
# Add prev/next/toc/stylesheet and other links to document
195192
MKCHAIN = $(PERL) ./bin/mkchain
196193
# Expand [[cite]] to link to bibliography
@@ -359,6 +356,7 @@ build/contents.srb: $(MAINSRCS:.src=.srd) $(APPSRCS:.src=.srd) $(REFSRCS:.src=.s
359356
@echo "=========== making" $@
360357
$(MKTOC) -h 5 $(HEADINGDB) $@
361358

359+
362360
build/minicontents.srb: $(MAINSRCS:.src=.srd) $(APPSRCS:.src=.srd) $(REFSRCS:.src=.srd) $(INDEXSRCS:.src=.srd) Project.cfg
363361
@echo "=========== making" $@
364362
$(MKTOC) -h 1 $(HEADINGDB) $@

0 commit comments

Comments
 (0)