Skip to content

Commit 267d040

Browse files
committed
[css2] Added level parameter (-l 2.1) to generation of property tables.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401948
1 parent 9fd15a4 commit 267d040

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

css2/Makefile

Lines changed: 2 additions & 3 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.61 2002-08-07 12:59:53 bbos Exp $
3+
# $Id: Makefile,v 2.62 2002-08-21 11:43:32 bbos Exp $
44

55
# what needs to be set for every new release:
66
# Note use of full year (1998) in identifier.
@@ -357,8 +357,7 @@ build/blocks.ok: $(PROPBLKSDIR)/blocks.ok
357357

358358
$(PROPBLKSDIR)/blocks.ok: $(PROPSRC)
359359
@if [ ! -d $(PROPBLKSDIR) ]; then mkdir -p $(PROPBLKSDIR);fi
360-
$(PEXTR) $(PROPSRC) $(PROPBLKSDIR)
361-
$(PEXTR) -n $(PROPSAMPLE) $(PROPBLKSDIR)
360+
$(PEXTR) -l 2.1 $(PROPSRC) $(PROPBLKSDIR)
362361
touch $@
363362

364363

0 commit comments

Comments
 (0)