freebsd-dev/gnu/usr.bin/texinfo/doc/Makefile

9 lines
198 B
Makefile
Raw Normal View History

1995-01-24 04:13:34 +00:00
INFO= info info-stnd makeinfo texi
.if exists(${.OBJDIR}/../makeinfo)
MAKEINFO= ${.OBJDIR}/../makeinfo/makeinfo
1995-01-22 22:45:07 +00:00
.else
1995-01-24 04:13:34 +00:00
MAKEINFO= ${.CURDIR}/../makeinfo/makeinfo
1995-01-22 22:45:07 +00:00
.endif
.include <bsd.info.mk>