xref: /csrg-svn/usr.sbin/amd/doc/Makefile (revision 61791)
144931Smckusick#
244931Smckusick# $Id: Makefile,v 5.2 90/06/23 22:21:25 jsp Rel $
344931Smckusick#
444931Smckusick# Copyright (c) 1990 Jan-Simon Pendry
544931Smckusick# Copyright (c) 1990 Imperial College of Science, Technology & Medicine
644931Smckusick# Copyright (c) 1990 The Regents of the University of California.
744931Smckusick# All rights reserved.
844931Smckusick#
944931Smckusick# This code is derived from software contributed to Berkeley by
1044931Smckusick# Jan-Simon Pendry at Imperial College, London.
1144931Smckusick#
1244931Smckusick# %sccs.include.redist.sh%
1344931Smckusick#
14*61791Sbostic#	@(#)Makefile	8.1 (Berkeley) 06/06/93
1544931Smckusick#
1644931Smckusick
1747538SpendryPROG = amdref
1847538SpendrySRCS = amdref.texinfo
1944931Smckusick
2047538Spendry${PROG}: amdref.dvi
2144931Smckusick
2247538Spendryamdref.dvi: ${SRCS}
2347538Spendry	-tex amdref; tex amdref
2444931Smckusick
2547538Spendryclean:
2647538Spendry	-rm -f amdref.aux amdref.cp amdref.dvi amdref.fn amdref.ky \
2747538Spendry		amdref.log amdref.pg amdref.toc amdref.tp amdref.vr
28