aboutsummaryrefslogtreecommitdiff
path: root/share/doc/papers/px/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'share/doc/papers/px/Makefile')
-rw-r--r--share/doc/papers/px/Makefile23
1 files changed, 10 insertions, 13 deletions
diff --git a/share/doc/papers/px/Makefile b/share/doc/papers/px/Makefile
index 3a6cac7bc680..54a8e1c39cb2 100644
--- a/share/doc/papers/px/Makefile
+++ b/share/doc/papers/px/Makefile
@@ -1,20 +1,17 @@
# From: @(#)Makefile 5.3 (Berkeley) 6/8/93
# $FreeBSD$
-VOLUME= papers
-DOC= px
-SRCS= tmac.p pxin0.n pxin1.n pxin2.n pxin3.n pxin4.n
-EXTRA= fig1.1.n fig1.2.n fig1.3.n fig2.3.raw fig2.4.n fig3.2.n \
- fig3.3.n table2.1.n table2.2.n table2.3.n table3.1.n
-OBJS= fig2.3.n
-CLEANFILES+=fig2.3.n
-MACROS= -ms
-
-USE_SOELIM= yes
-USE_SOELIMPP= yes
-USE_TBL= yes
+VOLUME= papers
+DOC= px
+SRCS= tmac.p pxin0.n pxin1.n pxin2.n pxin3.n pxin4.n
+EXTRA= fig1.1.n fig1.2.n fig1.3.n fig2.3.n fig2.4.n fig3.2.n \
+ fig3.3.n table2.1.n table2.2.n table2.3.n table3.1.n
+MACROS= -ms
+USE_SOELIM= YES
+USE_TBL= YES
+CLEANFILES= fig2.3.n
fig2.3.n: fig2.3.raw
- sort ${.CURDIR}/fig2.3.raw >fig2.3.n
+ sort ${.ALLSRC} >${.TARGET}
.include <bsd.doc.mk>