We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb9f145 commit db8f9b9Copy full SHA for db8f9b9
css21/Makefile
@@ -12,8 +12,8 @@ THE_MONTH = 06
12
THE_MONTHNAME = June
13
#THE_DAY = DD
14
THE_DAY = 07
15
-#THE_STATUS = ED
16
-THE_STATUS = REC
+#THE_STATUS = REC
+THE_STATUS = ED
17
#THE_STATUSNAME = Recommendation
18
THE_STATUSNAME = Editors Draft
19
#THE_STYLE = REC
@@ -435,7 +435,7 @@ css2.ps.gz: css2.ps
435
# $(HTML2PDF) $< $@
436
437
css2.html html: $(SPECOBJS)
438
- $(HTMLCAT) - $(SPECOBJS) >$@
+ $(HTMLCAT) - $(SPECOBJS) | asc2xml | xml2asc >$@
439
440
# the following requires to be on unix and have Netscape running...
441
#css2.txt txt: css2.html
0 commit comments