1999-08-27 23:37:10 +00:00
|
|
|
# $FreeBSD$
|
1994-09-13 13:51:34 +00:00
|
|
|
|
1997-04-07 16:52:53 +00:00
|
|
|
PROG= makeinfo
|
2000-01-17 10:59:30 +00:00
|
|
|
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
|
1994-09-13 13:51:34 +00:00
|
|
|
|
2000-01-17 18:01:15 +00:00
|
|
|
DPADD+= ${LIBTXI} ${LIBINTL}
|
|
|
|
LDADD+= ${LIBTXI} ${LIBINTL}
|
1994-09-13 13:51:34 +00:00
|
|
|
|
1997-01-11 02:32:23 +00:00
|
|
|
.include <bsd.prog.mk>
|
1997-04-07 16:52:53 +00:00
|
|
|
|
2000-01-17 10:59:30 +00:00
|
|
|
.PATH: $(TXIDIR)/makeinfo $(TXIDIR)/doc
|