freebsd-dev/gnu/usr.bin/texinfo/doc/Makefile

12 lines
171 B
Makefile
Raw Normal View History

1999-08-27 23:37:10 +00:00
# $FreeBSD$
INFO= info info-stnd texinfo
2000-01-17 10:59:30 +00:00
SRCDIR= ${TXIDIR}/doc
CLEANFILES= texinfo.texi
texinfo.texi: texinfo.txi
ln -fs ${.ALLSRC} ${.TARGET}
1995-01-22 22:45:07 +00:00
.include <bsd.info.mk>