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.80 2003-09-05 16:32:13 bbos Exp $
3+ # $Id: Makefile,v 2.81 2003-09-15 18:40:07 bbos Exp $
44
55# what needs to be set for every new release:
66# Note use of full year (1998) in identifier.
77THE_YEAR = 2003
88THE_MONTH = 09
99THE_MONTHNAME = September
10- THE_DAY = 05
10+ THE_DAY = 15
1111THE_STATUS = WD
1212THE_STATUSNAME = Working Draft
1313
@@ -584,9 +584,9 @@ PREVWD = ../../../TR/$(PREV_YEAR)/$(PREV_STATUS)-$(PERMANENT_NAME)-$(PREV_DATE)
584584HTMLDIFF = htmldiff -i -w '<del>' -x '</del>' -y '<ins>' -z '</ins>'
585585
586586diffs : $(SPECOBJS ) $(INDEXES )
587- (cd diffs-rec; \
587+ - (cd diffs-rec; \
588588 make PREV=../$(PREVREC ) HTMLDIFF=" $( HTMLDIFF) " $(SPECOBJS ) )
589- (cd diffs-wd; \
589+ - (cd diffs-wd; \
590590 make PREV=../$(PREVWD ) HTMLDIFF=" $( HTMLDIFF) " $(SPECOBJS ) )
591591
592592
You can’t perform that action at this time.
0 commit comments