12 lines
171 B
Makefile
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>
|