diff options
author | cinap_lenrek <cinap_lenrek@localhost> | 2011-05-05 06:41:01 +0000 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@localhost> | 2011-05-05 06:41:01 +0000 |
commit | de2dc860d3c8cd7dd410e06353663b5b7d00fa3a (patch) | |
tree | 8dd4d19ad64bea92853bb16685d1071f0472bc0f /sys/man/mkfile | |
parent | 2908369aeb4b2c85f611c8329b65ae42e58f4f01 (diff) |
fix manual (book) build, add files/permissions for lp, compile postscript
Diffstat (limited to 'sys/man/mkfile')
-rw-r--r-- | sys/man/mkfile | 9 |
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 |