summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1999-01-19 23:36:05 +0000
committerBruce Evans <bde@FreeBSD.org>1999-01-19 23:36:05 +0000
commit5338f6a1e4a14921fe78f643699b221e273ccf74 (patch)
tree317b911fea05a83fe48048a55ec08c31db93d5fd
parent441e39d74a8b65e1a5e429cc3ae03dcdfbbf2d18 (diff)
Notes
-rw-r--r--gnu/usr.bin/texinfo/doc/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/gnu/usr.bin/texinfo/doc/Makefile b/gnu/usr.bin/texinfo/doc/Makefile
index 6b00ea04fc9a..65e8fa6a621a 100644
--- a/gnu/usr.bin/texinfo/doc/Makefile
+++ b/gnu/usr.bin/texinfo/doc/Makefile
@@ -1,13 +1,11 @@
-# $Id$
+# $Id: Makefile,v 1.9 1999/01/14 20:00:43 markm Exp $
-INFO= info-stnd info texinfo
+INFO= info info-stnd texinfo
-MAKEINFO= ../makeinfo/makeinfo
-
-CLEANFILES+= ${.OBJDIR}/texinfo.texi
+CLEANFILES= texinfo.texi
texinfo.texi: texinfo.txi
- @ln -sf ${.OODATE} ${.TARGET}
+ ln -fs ${.ALLSRC} ${.TARGET}
.include <bsd.info.mk>