Skip to content

Commit 6ba19ec

Browse files
committed
[css2] No longer regenerates css2.ps unnecessarily.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401907
1 parent 02ddef7 commit 6ba19ec

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

css2/Makefile

Lines changed: 4 additions & 2 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.58 2002-07-31 18:07:54 bbos Exp $
3+
# $Id: Makefile,v 2.59 2002-07-31 18:48:03 bbos Exp $
44

55
# what needs to be set for every new release:
66
# Note use of full year (1998) in identifier.
@@ -312,7 +312,7 @@ errata.html : errata.src
312312

313313
#### Special section to build PS file and single plain text file
314314

315-
css2.ps ps: all
315+
css2.ps ps: build/blocks.ok $(SPECOBJS) $(INDEXES) images/pngs.ok $(IMAGES)
316316
# Because of memory limitations in html2ps, use the
317317
# automagic feature that any *.gif files are not
318318
# converted to ps if there's a *.ps file in the same
@@ -545,4 +545,6 @@ realclean: clean
545545
depend:
546546
$(HMKDEPEND) $(SPECOBJS)
547547

548+
.PHONY: all install install-all clean realclean checkx
549+
548550
##### The following is automatically generated. Do not edit!! ####

0 commit comments

Comments
 (0)