aboutsummaryrefslogtreecommitdiff
path: root/share/doc/Makefile
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2000-11-24 14:08:07 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2000-11-24 14:08:07 +0000
commitd18deecba9a46bc9ffa2cda0ff7fe7ddb0227018 (patch)
tree14aa8c25907b27d5ed0da8cfbaede59e9809c381 /share/doc/Makefile
parent025e7517235ad7a42cda71aeea8aa14cadf50389 (diff)
downloadsrc-d18deecba9a46bc9ffa2cda0ff7fe7ddb0227018.tar.gz
src-d18deecba9a46bc9ffa2cda0ff7fe7ddb0227018.zip
The default format for troff documentation is set with PRINTERDEVICE.
Notes
Notes: svn path=/head/; revision=69121
Diffstat (limited to 'share/doc/Makefile')
-rw-r--r--share/doc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/doc/Makefile b/share/doc/Makefile
index 5eba1e8f2e36..6396e0c17e6b 100644
--- a/share/doc/Makefile
+++ b/share/doc/Makefile
@@ -5,7 +5,7 @@ SUBDIR= psd smm usd papers IPv6
# Default output formats are ascii for troff documents, and
# ascii and html for sgml documents.
-# To specify generate postscript versions of troff documents, use:
-# make PRINTER=ps
+# To generate postscript versions of troff documents, use:
+# make PRINTERDEVICE=ps
.include <bsd.subdir.mk>