1# $FreeBSD: releng/10.2/gnu/usr.bin/texinfo/makeinfo/Makefile 146522 2005-05-23 10:52:07Z ru $
2
3PROG=	makeinfo
4SRCS=	cmds.c defun.c files.c float.c footnote.c html.c \
5	index.c insertion.c lang.c macro.c makeinfo.c multi.c \
6	node.c sectioning.c toc.c xml.c xref.c
7
8DPADD=	${LIBTXI}
9LDADD=	${LIBTXI}
10
11.include <bsd.prog.mk>
12
13.PATH:	$(TXIDIR)/makeinfo $(TXIDIR)/doc
14