File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
55ROOT = .
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
Original file line number Diff line number Diff line change 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] */
Original file line number Diff line number Diff line change 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>
You can’t perform that action at this time.
0 commit comments