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.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...
You can’t perform that action at this time.
0 commit comments