]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - gnu/usr.bin/texinfo/makeinfo/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.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