freebsd-dev/share/doc/papers/px/Makefile

21 lines
425 B
Makefile
Raw Normal View History

# From: @(#)Makefile 5.3 (Berkeley) 6/8/93
1997-02-22 13:06:56 +00:00
# $Id$
1994-05-30 19:09:18 +00:00
VOLUME= papers
DOC= px
1994-05-30 19:09:18 +00:00
SRCS= 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 tmac.p
OBJS= fig2.3.n
1994-05-30 19:09:18 +00:00
CLEANFILES+=fig2.3.n
MACROS= -ms
1994-05-30 19:09:18 +00:00
USE_SOELIM= yes
USE_SOELIMPP= yes
USE_TBL= yes
1994-05-30 19:09:18 +00:00
fig2.3.n: fig2.3.raw
sort ${.CURDIR}/fig2.3.raw >fig2.3.n
1994-05-30 19:09:18 +00:00
.include <bsd.doc.mk>