aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/groff/devps/Makefile
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>1996-09-09 18:05:29 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>1996-09-09 18:05:29 +0000
commitb6b34a5e0fd763fe87c9af9c3572a366dda2e9b8 (patch)
treeebde670b8b6b08ed0ad6e056b836f6026b3a818f /gnu/usr.bin/groff/devps/Makefile
parent2252262f790c268d1da2c7ca7c2b0fe59869379d (diff)
Notes
Diffstat (limited to 'gnu/usr.bin/groff/devps/Makefile')
-rw-r--r--gnu/usr.bin/groff/devps/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/gnu/usr.bin/groff/devps/Makefile b/gnu/usr.bin/groff/devps/Makefile
index 1a49ef4ca8e3..fd8cfc09ff71 100644
--- a/gnu/usr.bin/groff/devps/Makefile
+++ b/gnu/usr.bin/groff/devps/Makefile
@@ -16,7 +16,7 @@ CLEANFILES+= DESC ${PSFILES}
DESC: DESC.in
-rm -f DESC
- cat ${DISTDIR}/DESC.in >DESC
+ cat ${DIST_DIR}/DESC.in >DESC
echo broken ${BROKEN_SPOOLER_FLAGS} >>DESC
if test "${PAGE}" = A4; then \
echo "paperlength 841890" >>DESC; \
@@ -27,14 +27,14 @@ DESC: DESC.in
${PSFILES}:
-rm -f $@
- sed -f ${DISTDIR}/psstrip.sed $? >$@
+ sed -f ${DIST_DIR}/psstrip.sed $? >$@
fonts: DESC
- ${MAKE} -f ${DISTDIR}/generate/Makefile \
- srcdir=${DISTDIR}/generate DESC=${DISTDIR}/DESC.in
+ ${MAKE} -f ${DIST_DIR}/generate/Makefile \
+ srcdir=${DIST_DIR}/generate DESC=${DIST_DIR}/DESC.in
-prologue: ${DISTDIR}/prologue.ps
-zapfdr.pfa: ${DISTDIR}/zapfdr.ps
-symbolsl.pfa: ${DISTDIR}/symbolsl.ps
+prologue: ${DIST_DIR}/prologue.ps
+zapfdr.pfa: ${DIST_DIR}/zapfdr.ps
+symbolsl.pfa: ${DIST_DIR}/symbolsl.ps
.include "../Makefile.dev"