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