opnsense-src/gnu/usr.bin/texinfo/doc/Makefile

12 lines
171 B
Makefile
Raw Normal View History

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