summaryrefslogtreecommitdiff
path: root/doc/help/ppd-compiler.html
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2009-05-13 22:29:41 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2009-05-13 22:29:41 +0000
commit178cb7369d104b95acb92929f36956a38765c84c (patch)
tree4563f57a75df1c4145d25d3ebecf1d3152022362 /doc/help/ppd-compiler.html
parentf11a948a02771f78f50b530880a0269d4b4f58eb (diff)
Merge changes from CUPS 1.4svn-r8628.
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@1495 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'doc/help/ppd-compiler.html')
-rw-r--r--doc/help/ppd-compiler.html9
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/help/ppd-compiler.html b/doc/help/ppd-compiler.html
index 3c29567d8..6c5ddd23b 100644
--- a/doc/help/ppd-compiler.html
+++ b/doc/help/ppd-compiler.html
@@ -40,7 +40,7 @@ PRE.example {
background: #eeeeee;
border: dotted thin #999999;
margin-left: 36pt;
- padding: 10px;
+ padding: 10pt;
}
PRE.command EM, PRE.example EM {
@@ -58,7 +58,7 @@ P.formula {
}
BLOCKQUOTE {
- background: #cccccc;
+ background: #eeeeee;
border: solid thin #999999;
padding: 10pt;
}
@@ -170,6 +170,9 @@ H2 SPAN.info, H3 SPAN.info, H4 SPAN.info {
font-size: 100%;
}
+H1.title {
+}
+
H2.title, H3.title {
border-bottom: solid 2pt #000000;
}
@@ -334,6 +337,8 @@ div.contents ul.subcontents li {
</head>
<body>
<div class='body'>
+<h1 class='title'>Introduction to the PPD Compiler</h1>
+
<P>This document describes how to use the CUPS PostScript Printer Description
(PPD) file compiler. The PPD compiler generates PPD files from simple text files
that describe the features and capabilities of one or more printers.</P>