summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2019-03-22 13:21:05 -0400
committerMichael R Sweet <michael.r.sweet@gmail.com>2019-03-22 13:21:05 -0400
commitefb349bcb837a6c6beb28e1ffd1055b7736ac20d (patch)
treeae511b2c45cc85cfa3b221a8b0261334c0906628 /doc
parent6641bd0d3f20e1801373fc8b0b904a83d53d41f6 (diff)
downloadcups-efb349bcb837a6c6beb28e1ffd1055b7736ac20d.tar.gz
Add man page for and installation of ippeveprinter commands.
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile1
-rw-r--r--doc/help/man-ippevepcl.html48
2 files changed, 49 insertions, 0 deletions
diff --git a/doc/Makefile b/doc/Makefile
index 0d7591612..e994e9679 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -70,6 +70,7 @@ HELPFILES = \
help/man-cupsenable.html \
help/man-cupstestppd.html \
help/man-filter.html \
+ help/man-ippevepcl.html \
help/man-ippeveprinter.html \
help/man-ipptool.html \
help/man-ipptoolfile.html \
diff --git a/doc/help/man-ippevepcl.html b/doc/help/man-ippevepcl.html
new file mode 100644
index 000000000..929657ec4
--- /dev/null
+++ b/doc/help/man-ippevepcl.html
@@ -0,0 +1,48 @@
+<!DOCTYPE HTML>
+<html>
+<!-- SECTION: Man Pages -->
+<head>
+ <link rel="stylesheet" type="text/css" href="../cups-printable.css">
+ <title>ippevepcl/ps(7)</title>
+</head>
+<body>
+<h1 class="title">ippevepcl/ps(7)</h1>
+<h2 class="title"><a name="NAME">Name</a></h2>
+ippevepcl/ps - pcl and postscript print commands for ippeveprinter
+<h2 class="title"><a name="SYNOPSIS">Synopsis</a></h2>
+<b>ippevepcl</b>
+[
+<i>filename</i>
+]
+<br>
+<b>ippeveps</b>
+[
+<i>filename</i>
+]
+<h2 class="title"><a name="DESCRIPTION">Description</a></h2>
+<b>ippevepcl</b>
+and
+<b>ippeveps</b>
+are print commands for
+<a href="man-ippeveprinter.html?TOPIC=Man+Pages"><b>ippeveprinter</b>(1).</a>
+As with all print commands, these commands read either the filename specified on the command-line or from the standard input.
+Output is sent to the standard output.
+<p><b>ippevepcl</b>
+prints to B&amp;W HP PCL laser printers and some color inkjet printers and supports printing of PWG Raster (image/pwg-raster) and Apple Raster (image/urf) print files.
+<p><b>ippeveps</b>
+print to Adobe PostScript printers and supports printing of PDF (application/pdf), JPEG (image/jpeg), PWG Raster (image/pwg-raster), and Apple Raster (image/urf) print files.
+Printer-specific commands are read from a supplied PPD file.
+If no PPD file is specified, generic commands suitable for any Level 2 or Level 3 PostScript printer are used instead to specify copies, duplex printing, and media size.
+<h2 class="title"><a name="EXIT_STATUS">Exit Status</a></h2>
+These programs return 1 on error and 0 on success.
+<h2 class="title"><a name="ENVIRONMENT">Environment</a></h2>
+These program inherit the environment provided by the
+<b>ippeveprinter</b>
+program.
+<h2 class="title"><a name="SEE_ALSO">See Also</a></h2>
+<a href="man-ippeveprinter.html?TOPIC=Man+Pages"><b>ippeveprinter</b>(8)</a>
+<h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
+Copyright &copy; 2019 by Apple Inc.
+
+</body>
+</html>