1999-08-27 19:37:10 -04:00
|
|
|
# $FreeBSD$
|
1994-09-13 09:51:34 -04:00
|
|
|
|
1997-04-07 12:52:53 -04:00
|
|
|
PROG= makeinfo
|
2005-05-23 06:52:07 -04:00
|
|
|
SRCS= cmds.c defun.c files.c float.c footnote.c html.c \
|
2002-03-25 08:20:03 -05:00
|
|
|
index.c insertion.c lang.c macro.c makeinfo.c multi.c \
|
2005-05-23 06:52:07 -04:00
|
|
|
node.c sectioning.c toc.c xml.c xref.c
|
1994-09-13 09:51:34 -04:00
|
|
|
|
2002-06-05 02:58:33 -04:00
|
|
|
DPADD= ${LIBTXI}
|
|
|
|
|
LDADD= ${LIBTXI}
|
1994-09-13 09:51:34 -04:00
|
|
|
|
1997-01-10 21:32:23 -05:00
|
|
|
.include <bsd.prog.mk>
|
1997-04-07 12:52:53 -04:00
|
|
|
|
2000-01-17 05:59:30 -05:00
|
|
|
.PATH: $(TXIDIR)/makeinfo $(TXIDIR)/doc
|