Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/amd Build and install info page.



details:   https://anonhg.NetBSD.org/src/rev/fdfafe3c4535
branches:  trunk
changeset: 474824:fdfafe3c4535
user:      hubertf <hubertf%NetBSD.org@localhost>
date:      Thu Jul 22 01:16:59 1999 +0000

description:
Build and install info page.

diffstat:

 usr.sbin/amd/Makefile     |   5 +++--
 usr.sbin/amd/doc/Makefile |  17 ++++-------------
 2 files changed, 7 insertions(+), 15 deletions(-)

diffs (35 lines):

diff -r a61f979c3606 -r fdfafe3c4535 usr.sbin/amd/Makefile
--- a/usr.sbin/amd/Makefile     Thu Jul 22 01:14:22 1999 +0000
+++ b/usr.sbin/amd/Makefile     Thu Jul 22 01:16:59 1999 +0000
@@ -1,5 +1,6 @@
-#      $NetBSD: Makefile,v 1.8 1998/08/08 22:33:27 christos Exp $
-SUBDIR= libamu amd amq hlfsd fixmount fsinfo mk-amd-map pawd wire-test
+#      $NetBSD: Makefile,v 1.9 1999/07/22 01:16:59 hubertf Exp $
+SUBDIR= libamu amd amq hlfsd fixmount fsinfo mk-amd-map pawd wire-test \
+       doc
 
 all-amd all-amq all-hlfsd all-fixmount all-fsinfo all-mk-amd-map all-pawd \
     all-wire-test: all-libamu
diff -r a61f979c3606 -r fdfafe3c4535 usr.sbin/amd/doc/Makefile
--- a/usr.sbin/amd/doc/Makefile Thu Jul 22 01:14:22 1999 +0000
+++ b/usr.sbin/amd/doc/Makefile Thu Jul 22 01:16:59 1999 +0000
@@ -1,15 +1,6 @@
-#      $NetBSD: Makefile,v 1.5 1997/09/22 22:10:49 christos Exp $
-
-PROG = am-utils
-SRCS = am-utils.texinfo
-
-${PROG}: am-utils.dvi
+#      $NetBSD: Makefile,v 1.6 1999/07/22 01:16:59 hubertf Exp $
 
-am-utils.dvi: ${SRCS}
-       -tex am-utils.texinfo; tex am-utils.texinfo
+TEXINFO=        am-utils.texi
+INFOFLAGS=      -I${.CURDIR}
 
-clean:
-       -rm -f am-utils.aux am-utils.cp am-utils.cps am-utils.dvi am-utils.fn \
-        am-utils.fns am-utils.ky am-utils.kys am-utils.log am-utils.pg \
-        am-utils.pgs am-utils.toc am-utils.tp am-utils.tps am-utils.vr \
-        am-utils.vrs
+.include <bsd.info.mk>



Home | Main Index | Thread Index | Old Index