We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f65c57 commit 09b43aeCopy full SHA for 09b43ae
1 file changed
css2/Makefile
@@ -1,6 +1,6 @@
1
# Makefile to generate the CSS2 document based on its "source files"
2
# Arnaud Le Hors - lehors@w3.org
3
-# $Id: Makefile,v 2.117 2011-06-02 23:11:57 bbos Exp $
+# $Id: Makefile,v 2.118 2011-06-06 09:59:21 bbos Exp $
4
5
# what needs to be set for every new release:
6
# Note use of full year (1998) in identifier.
@@ -126,9 +126,8 @@ indexlist.html
126
IMAGES = images/*.png images/*.jpg
127
LONGDESCS = images/longdesc/*.html
128
STYLESHEETS= style/*.css
129
-SCRIPTS = annotate.js
130
131
-ALLOBJS= $(SPECOBJS) $(IMAGES) $(LONGDESCS) $(STYLESHEETS) $(SCRIPTS)
+ALLOBJS= $(SPECOBJS) $(IMAGES) $(LONGDESCS) $(STYLESHEETS)
132
133
PROPSRC= properties/properties.db
134
PROPSAMPLE= properties/sample.db
0 commit comments