All your manpages are belong to pdf
This commit is contained in:
parent
39fa08a172
commit
94ff3b434f
|
@ -1,5 +1,5 @@
|
||||||
# from: @(#)Makefile 5.9 (Berkeley) 7/1/91
|
# from: @(#)Makefile 5.9 (Berkeley) 7/1/91
|
||||||
# $NetBSD: Makefile,v 1.6 2001/06/30 00:19:25 hubertf Exp $
|
# $NetBSD: Makefile,v 1.7 2001/06/30 01:25:00 hubertf Exp $
|
||||||
|
|
||||||
.include <bsd.own.mk>
|
.include <bsd.own.mk>
|
||||||
|
|
||||||
|
@ -38,4 +38,11 @@ man.ps:
|
||||||
rm man$${i}pages.tmp ; \
|
rm man$${i}pages.tmp ; \
|
||||||
done
|
done
|
||||||
|
|
||||||
|
man.pdf:
|
||||||
|
for i in 1 2 3 4 5 6 7 8 9 ; \
|
||||||
|
do \
|
||||||
|
echo Chewing on man$${i}pages.pdf ; \
|
||||||
|
ps2pdf man$${i}pages.ps man$${i}pages.pdf ; \
|
||||||
|
done
|
||||||
|
|
||||||
.include <bsd.prog.mk>
|
.include <bsd.prog.mk>
|
||||||
|
|
Loading…
Reference in New Issue