]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - gnu/usr.bin/texinfo/makeinfo/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / gnu / usr.bin / texinfo / makeinfo / Makefile
1 # $FreeBSD$
2
3 PROG=   makeinfo
4 SRCS=   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
8 DPADD=  ${LIBTXI}
9 LDADD=  ${LIBTXI}
10
11 .include <bsd.prog.mk>
12
13 .PATH:  $(TXIDIR)/makeinfo $(TXIDIR)/doc