freebsd-dev/share/doc/papers/px/Makefile
Bruce Evans 9e26ffcd19 Fixed dependencies. fig2.3.n never got made, although it is used.
Errors in document processing are almost never passed back to `make'.

Removed the requirement for having an obj directory.  fig.2.3.n
previously had to live in obj/.
1995-11-29 16:42:22 +00:00

20 lines
462 B
Makefile

# From: @(#)Makefile 5.3 (Berkeley) 6/8/93
# $Id: Makefile,v 1.2 1995/01/11 04:10:07 wollman Exp $
VOLUME= papers
DOC= px
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
CLEANFILES+=fig2.3.n
USE_SOELIM= yes
USE_SOELIMPP= yes
USE_TBL= yes
fig2.3.n: fig2.3.raw
sort ${.CURDIR}/fig2.3.raw >fig2.3.n
.include <bsd.doc.mk>