summaryrefslogtreecommitdiff
path: root/sys/man/mkfile
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@localhost>2011-05-05 06:41:01 +0000
committercinap_lenrek <cinap_lenrek@localhost>2011-05-05 06:41:01 +0000
commitde2dc860d3c8cd7dd410e06353663b5b7d00fa3a (patch)
tree8dd4d19ad64bea92853bb16685d1071f0472bc0f /sys/man/mkfile
parent2908369aeb4b2c85f611c8329b65ae42e58f4f01 (diff)
fix manual (book) build, add files/permissions for lp, compile postscript
Diffstat (limited to 'sys/man/mkfile')
-rw-r--r--sys/man/mkfile9
1 files changed, 9 insertions, 0 deletions
diff --git a/sys/man/mkfile b/sys/man/mkfile
index a0e013028..da11852d2 100644
--- a/sys/man/mkfile
+++ b/sys/man/mkfile
@@ -106,5 +106,14 @@ print.out:V: permind
{echo -n $FONTS; cat $LIB/colophon} | troff
} > print.out
+%.ps: print.out
+ lp -dstdout $prereq >$target
+
+%.gz: %
+ gzip $prereq
+
+%.pdf: %.ps
+ ps2pdf $prereq $target
+
clean:V:
rm -f man.out print.out