@@ -31,18 +31,18 @@ PERMANENT_NAME = CSS22
3131# location of the _THE_WARNING_ placeholder on some pages). Leave
3232# empty if none is needed. (Escape any & as \&, # as \# and " as \")
3333#
34- THE_WARNING = <DIV> \
35- <INPUT ID=annoying-warning TYPE=CHECKBOX TITLE=\"hide note\"> \
36- <LABEL FOR=annoying-warning>(hide)</LABEL> \
37- <DIV CLASS=annoying-warning> \
38- <P><STRONG>Note:</STRONG> several sections of this specification \
39- have been extended by other specifications. Please, see <a \
40- href=\"https://www.w3.org/TR/CSS/\# css\" >\"Cascading Style Sheets \
41- (CSS) \— The Official Definition\"</a> in the latest <CITE>CSS \
42- Snapshot</CITE> for a list of specifications and the sections they \
43- replace. \
44- </DIV> \
45- </DIV>
34+ # THE_WARNING = <DIV> \
35+ # <INPUT ID=annoying-warning TYPE=CHECKBOX TITLE=\"hide note\"> \
36+ # <LABEL FOR=annoying-warning>(hide)</LABEL> \
37+ # <DIV CLASS=annoying-warning> \
38+ # <P><STRONG>Note:</STRONG> several sections of this specification \
39+ # have been extended by other specifications. Please, see <a \
40+ # href=\"https://www.w3.org/TR/CSS/\#css\" >\"Cascading Style Sheets \
41+ # (CSS) \— The Official Definition\"</a> in the latest <CITE>CSS \
42+ # Snapshot</CITE> for a list of specifications and the sections they \
43+ # replace. \
44+ # </DIV> \
45+ # </DIV>
4646
4747# WEBROOT = /afs/w3.org/WWW
4848WEBROOT = $(HOME ) /WWW
@@ -243,7 +243,6 @@ ADDLONGDESC = $(PERL) ./bin/addlongdesc
243243
244244# utility to generate the PostScript version
245245#
246- HTML2PS = $(PERL ) bin/html2ps -d -f html2psrc2
247246PDF2PS =pdftops
248247# HTML2PDF=prince -i html
249248
@@ -416,17 +415,6 @@ extras: css2.tgz
416415# css2.pdf: css2.html
417416# prince -o $@ $<
418417
419- # css2.ps: build/blocks.ok $(SPECOBJS) images/pngs.ok $(IMAGES)
420- # # Because of memory limitations in html2ps, use the
421- # # automagic feature that any *.gif files are not
422- # # converted to ps if there's a *.ps file in the same
423- # # directory.
424- # -@(cd images; for i in *.idraw; do $(LN) -s $$i "`basename $$i .idraw`.ps"; done)
425- # $(HTML2PS) $(SPECOBJS) > $@
426-
427- # css2.ps: css2.pdf
428- # $(PDF2PS) $< $@
429-
430418css2.ps.gz : css2.ps
431419 gzip < $< > $@
432420
0 commit comments