]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - gnu/usr.bin/texinfo/doc/Makefile
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[FreeBSD/stable/9.git] / gnu / usr.bin / texinfo / doc / Makefile
1 # $FreeBSD$
2
3 INFO=   info info-stnd texinfo
4 SRCDIR= ${TXIDIR}/doc
5
6 CLEANFILES=     texinfo.texi
7
8 texinfo.texi: texinfo.txi
9         ln -fs ${.ALLSRC} ${.TARGET}
10
11 .include <bsd.info.mk>