8000 [css2] use $(PERL) for PEXTR and DEXTR · w3c/csswg-drafts@6b9aa5e · GitHub
Skip to content

Commit 6b9aa5e

Browse files
author
Arnaud Le Hors
committed
[css2] use $(PERL) for PEXTR and DEXTR
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%4060
1 parent 62cae64 commit 6b9aa5e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

css2/Makefile

Lines changed: 3 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 1.19 1997-09-09 01:21:42 ian Exp $
3+
# $Id: Makefile,v 1.20 1997-09-10 13:21:38 lehors Exp $
44

55
ROOT = .
66

@@ -123,9 +123,9 @@ INSAFTER= $(PERL) ./bin/insafter
123123
# add link
124124
ADDLINKS= $(PERL) ./bin/addlinks
125125
# extract properties from db.
126-
PEXTR= ./bin/pextr
126+
PEXTR= $(PERL) ./bin/pextr
127127
# extract descriptors from db.
128-
DEXTR= ./bin/dextr
128+
DEXTR= $(PERL) ./bin/dextr
129129

130130
# utility to generate the PostScript version
131131
# -R seems broken for this spec.

0 commit comments

Comments
 (0)