Skip to content

Commit 4c688df

Browse files
committed
[css2] Fixed bug: when doing make diffs, the indexes were not regenerated.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402132
1 parent d4f40cc commit 4c688df

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css2/Makefile

Lines changed: 2 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.76 2003-08-20 16:38:44 bbos Exp $
3+
# $Id: Makefile,v 2.77 2003-08-24 21:26:23 bbos Exp $
44

55
# what needs to be set for every new release:
66
# Note use of full year (1998) in identifier.
@@ -579,7 +579,7 @@ PREVREC = ../../../TR/1998/REC-CSS2-19980512
579579
PREVWD = ../../../TR/$(PREV_YEAR)/$(PREV_STATUS)-$(PERMANENT_NAME)-$(PREV_DATE)
580580
HTMLDIFF = htmldiff -i -w '<del>' -x '</del>' -y '<ins>' -z '</ins>'
581581

582-
diffs: $(SPECOBJS)
582+
diffs: $(SPECOBJS) $(INDEXES)
583583
(cd diffs-rec;\
584584
make PREV=../$(PREVREC) HTMLDIFF="$(HTMLDIFF)" $(SPECOBJS))
585585
(cd diffs-wd;\

0 commit comments

Comments
 (0)