mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-04 12:52:15 +00:00
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>
|