blob: 5d493542ea98026ac9b67f7340e313d93db9e4a8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $FreeBSD$
VOLUME= papers
DOC= jail
SRCS= paper.ms-patched
EXTRA= implementation.ms mgt.ms future.ms jail01.eps
MACROS= -ms
USE_SOELIM=
CLEANFILES= paper.ms-patched
paper.ms-patched: paper.ms
sed "s;jail01\.eps;${.CURDIR}/&;" ${.ALLSRC} > ${.TARGET}
.include <bsd.doc.mk>
|