summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/texinfo/makeinfo/Makefile
blob: b29191029bb74b2acdaebd3b5498024be30cfa61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# $FreeBSD$

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 sectioning.h toc.c

DPADD=	${LIBTXI} ${LIBINTL}
LDADD=	${LIBTXI} ${LIBINTL}

.include <bsd.prog.mk>

.PATH:	$(TXIDIR)/makeinfo $(TXIDIR)/doc
OpenPOWER on IntegriCloud