diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-03-30 17:09:25 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-03-30 17:09:25 +0000 |
| commit | e5f7015f62a65454e8392807bfde1c17e16dcaad (patch) | |
| tree | bb735365fbc6b485e0f29b40f8c3f53a857c9e0c /gnu | |
| parent | 4dad3254825d308d2411a82dadabaf2740c0ca81 (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/texinfo/Makefile | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/texinfo/makeinfo/Makefile | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/gnu/usr.bin/texinfo/Makefile b/gnu/usr.bin/texinfo/Makefile index a8d2bd1ef3d0..dc0d9e420a2c 100644 --- a/gnu/usr.bin/texinfo/Makefile +++ b/gnu/usr.bin/texinfo/Makefile @@ -2,6 +2,6 @@ # $FreeBSD$ # -SUBDIR= libtxi makeinfo info install-info texindex doc +SUBDIR= libtxi makeinfo info infokey install-info texindex doc .include <bsd.subdir.mk> diff --git a/gnu/usr.bin/texinfo/makeinfo/Makefile b/gnu/usr.bin/texinfo/makeinfo/Makefile index c758d5800acf..ecd5e5990cea 100644 --- a/gnu/usr.bin/texinfo/makeinfo/Makefile +++ b/gnu/usr.bin/texinfo/makeinfo/Makefile @@ -1,8 +1,9 @@ # $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 toc.c +SRCS= cmds.c docbook.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 toc.c xml.c DPADD+= ${LIBTXI} LDADD+= ${LIBTXI} |
