freebsd-dev/gnu/usr.bin/texinfo/doc/Makefile
2000-01-17 10:59:30 +00:00

12 lines
171 B
Makefile

# $FreeBSD$
INFO= info info-stnd texinfo
SRCDIR= ${TXIDIR}/doc
CLEANFILES= texinfo.texi
texinfo.texi: texinfo.txi
ln -fs ${.ALLSRC} ${.TARGET}
.include <bsd.info.mk>