Skip to content

Commit 09b43ae

Browse files
committed
[css2] Removed reliance on annotate.js, which is now on css.w3.org instead.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%403239
1 parent 1f65c57 commit 09b43ae

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

css2/Makefile

Lines changed: 2 additions & 3 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.117 2011-06-02 23:11:57 bbos Exp $
3+
# $Id: Makefile,v 2.118 2011-06-06 09:59:21 bbos Exp $
44

55
# what needs to be set for every new release:
66
# Note use of full year (1998) in identifier.
@@ -126,9 +126,8 @@ indexlist.html
126126
IMAGES = images/*.png images/*.jpg
127127
LONGDESCS = images/longdesc/*.html
128128
STYLESHEETS= style/*.css
129-
SCRIPTS = annotate.js
130129

131-
ALLOBJS= $(SPECOBJS) $(IMAGES) $(LONGDESCS) $(STYLESHEETS) $(SCRIPTS)
130+
ALLOBJS= $(SPECOBJS) $(IMAGES) $(LONGDESCS) $(STYLESHEETS)
132131

133132
PROPSRC= properties/properties.db
134133
PROPSAMPLE= properties/sample.db

0 commit comments

Comments
 (0)