This commit is contained in:
Wolfram Schneider 1997-10-05 12:28:02 +00:00
parent 6c9e376dfe
commit 87ce848491
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=30117

View File

@ -1,5 +1,4 @@
#
# $Id$
# $Id: Makefile,v 1.5 1997/02/22 16:03:10 peter Exp $
#
# Copyright (c) 1990 Jan-Simon Pendry
# Copyright (c) 1990 Imperial College of Science, Technology & Medicine
@ -41,16 +40,7 @@
#
INFO = amdref
SRCS = amdref.texinfo
INFOSECTION= "System Utilities"
INFOENTRY_amdref= "* amdref: (amdref). AMD Reference Manual."
# Use the following instead if you have TeX installed on your system.
#${PROG}: amdref.dvi amdref.info
CLEANFILES+= *.info* *.aux *.cp *.dvi *.fn *.ky *.log *.pg *.toc *.tp *.vr
amdref.dvi: ${SRCS}
-tex amdref; tex amdref
.include <bsd.info.mk>