Skip to content

Commit db8f9b9

Browse files
committed
[CSS21] Reset status to ED. Make the character encoding ASCII.
1 parent cb9f145 commit db8f9b9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css21/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ THE_MONTH = 06
1212
THE_MONTHNAME = June
1313
#THE_DAY = DD
1414
THE_DAY = 07
15-
#THE_STATUS = ED
16-
THE_STATUS = REC
15+
#THE_STATUS = REC
16+
THE_STATUS = ED
1717
#THE_STATUSNAME = Recommendation
1818
THE_STATUSNAME = Editors Draft
1919
#THE_STYLE = REC
@@ -435,7 +435,7 @@ css2.ps.gz: css2.ps
435435
# $(HTML2PDF) $< $@
436436

437437
css2.html html: $(SPECOBJS)
438-
$(HTMLCAT) - $(SPECOBJS) >$@
438+
$(HTMLCAT) - $(SPECOBJS) | asc2xml | xml2asc >$@
439439

440440
# the following requires to be on unix and have Netscape running...
441441
#css2.txt txt: css2.html

0 commit comments

Comments
 (0)