# $FreeBSD: stable/3/gnu/usr.bin/texinfo/makeinfo/Makefile 60110 2000-05-06 18:54:01Z ru $

PROG=	makeinfo
SRCS=	cmds.c defun.c files.c footnote.c html.c index.c insertion.c lang.c \
	macro.c makeinfo.c multi.c node.c sectioning.c toc.c

DPADD+=	${LIBTXI}
LDADD+=	${LIBTXI}

.include <bsd.prog.mk>

.PATH:	$(TXIDIR)/makeinfo $(TXIDIR)/doc
