File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
545545depend :
546546 $(HMKDEPEND ) $(SPECOBJS )
547547
548+ .PHONY : all install install-all clean realclean checkx
549+
548550# #### The following is automatically generated. Do not edit!! ####
You can’t perform that action at this time.
0 commit comments