aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/texinfo/doc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/texinfo/doc/Makefile')
-rw-r--r--gnu/usr.bin/texinfo/doc/Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/gnu/usr.bin/texinfo/doc/Makefile b/gnu/usr.bin/texinfo/doc/Makefile
deleted file mode 100644
index 2a0b1a3616a7..000000000000
--- a/gnu/usr.bin/texinfo/doc/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-# $FreeBSD$
-
-INFO= info info-stnd texinfo
-SRCDIR= ${TXIDIR}/doc
-
-CLEANFILES= texinfo.texi
-
-texinfo.texi: texinfo.txi
- ln -fs ${.ALLSRC} ${.TARGET}
-
-.include <bsd.info.mk>