summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--share/mk/bsd.sgml.mk10
1 files changed, 9 insertions, 1 deletions
diff --git a/share/mk/bsd.sgml.mk b/share/mk/bsd.sgml.mk
index 5de42e0..83b8918 100644
--- a/share/mk/bsd.sgml.mk
+++ b/share/mk/bsd.sgml.mk
@@ -1,7 +1,7 @@
# bsd.sgml.mk - 8 Sep 1995 John Fieber
# This file is in the public domain.
#
-# $Id: bsd.sgml.mk,v 1.23 1998/01/23 20:09:21 jkh Exp $
+# $Id: bsd.sgml.mk,v 1.24 1998/05/06 18:44:04 bde Exp $
#
# The include file <bsd.sgml.mk> handles installing sgml documents.
#
@@ -78,6 +78,14 @@ SCOMPRESS_EXT=
SCOMPRESS_EXT?= ${COMPRESS_EXT}
.endif
+
+PS2PDF?= ps2pdf
+
+.SUFFIXES: .ps .pdf
+
+.ps.pdf:
+ ${PS2PDF} < ${.IMPSRC} > ${.TARGET}
+
_docs=
_strip=
.for _f in ${FORMATS}
OpenPOWER on IntegriCloud