Skip to content

Commit c6f9006

Browse files
committed
[css2] Replaced one macro with another.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401702
1 parent 05a8b10 commit c6f9006

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

css2/Makefile

Lines changed: 4 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.45 1998-05-11 23:18:00 bbos Exp $
3+
# $Id: Makefile,v 2.46 1998-05-11 23:31:50 bbos Exp $
44

55
# what needs to be set for every new release:
66
# Note use of full year (1998) in identifier.
@@ -331,10 +331,10 @@ css2.ps ps: all
331331
# converted to ps if there's a *.ps file in the same
332332
# directory.
333333
-@(cd images; for i in *.idraw; do $(LN) -s $$i "`basename $$i .idraw`.ps"; done)
334-
$(HTML2PS) $(MAINOBJS) $(APPENDIXES) $(REFS) $(INDEXES) > $@
334+
$(HTML2PS) $(SPECOBJS) $(INDEXES) > $@
335335

336-
css2.html html: all
337-
$(HTMLCAT) - $(MAINOBJS) $(APPENDIXES) $(REFS) $(INDEXES) | \
336+
css2.html html: $(SPECOBJS) $(INDEXES)
337+
$(HTMLCAT) - $(SPECOBJS) $(INDEXES) | \
338338
$(HTMLTRIM) div navbar - $@
339339

340340
# the following requires to be on unix and have Netscape running...

0 commit comments

Comments
 (0)