Skip to content

Commit b5d904b

Browse files
committed
[css2] Added -debug in Makefile, added netpbm:1 in html2psrc
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%40369
1 parent df2fdca commit b5d904b

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

css2/Makefile

Lines changed: 2 additions & 2 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 1.38 1997-10-31 10:20:31 bbos Exp $
3+
# $Id: Makefile,v 1.39 1997-11-04 14:34:50 bbos Exp $
44

55
ROOT = .
66

@@ -149,7 +149,7 @@ TODO= bin/todo
149149

150150
# utility to generate the PostScript version
151151
# -R seems broken for this spec.
152-
HTML2PS= $(PERL) ./bin/html2ps -f html2psrc
152+
HTML2PS= $(PERL) ./bin/html2ps -d -f html2psrc
153153

154154
# PS -> GIF tools
155155
#PSTOPNM = ./bin/mypstopnm -r 75

css2/html2psrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
@html2ps {
2+
package {
3+
netpbm: 1;
4+
}
25
option {
36
DSC: 1; /* DSC compliant PostScript */
47
xref: 1; /* cross references a la [p 31] */

css2/syndata.src

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
22
<html lang="en">
3-
<!-- $Id: syndata.src,v 1.27 1997-11-04 12:51:25 howcome Exp $ -->
3+
<!-- $Id: syndata.src,v 1.28 1997-11-04 14:35:17 bbos Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>CSS2 syntax and basic data types</TITLE>
@@ -40,7 +40,7 @@ multiple matches, the longest match determines the token.
4040
<TR><TD>IDENT <TD><var>{ident}</var>
4141
<TR><TD>AT-KEYWORD <TD>@<var>{ident}</var>
4242
<TR><TD>STRING <TD><var>{string}</var>
43-
<TR><TD>HASH <TD><em>#<var>{name}</var>
43+
<TR><TD>HASH <TD>#<var>{name}</var>
4444
<TR><TD>NUMBER <TD><var>{num}</var>
4545
<TR><TD>PERCENTAGE <TD><var>{num}</var>%
4646
<TR><TD>DIMENSION <TD><var>{num}{ident}</var>

0 commit comments

Comments
 (0)