diff options
author | ru <ru@FreeBSD.org> | 2005-05-23 10:52:07 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2005-05-23 10:52:07 +0000 |
commit | 7458d315c16268af6d2593e252562230854eb79a (patch) | |
tree | c1b95f41456f8db3a294e1324756a29ce4c1fe20 /gnu/usr.bin/texinfo/infokey | |
parent | 7c23eda8bf270a850beb92c96f7d3940408ace8e (diff) | |
download | FreeBSD-src-7458d315c16268af6d2593e252562230854eb79a.zip FreeBSD-src-7458d315c16268af6d2593e252562230854eb79a.tar.gz |
Update for texinfo 4.8.
Diffstat (limited to 'gnu/usr.bin/texinfo/infokey')
-rw-r--r-- | gnu/usr.bin/texinfo/infokey/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/usr.bin/texinfo/infokey/Makefile b/gnu/usr.bin/texinfo/infokey/Makefile index 60d0c65a..50be00d 100644 --- a/gnu/usr.bin/texinfo/infokey/Makefile +++ b/gnu/usr.bin/texinfo/infokey/Makefile @@ -2,11 +2,10 @@ PROG= infokey SRCS= infokey.c key.c -NO_MAN= DPADD= ${LIBTXI} LDADD= ${LIBTXI} .include <bsd.prog.mk> -.PATH: ${TXIDIR}/info +.PATH: ${TXIDIR}/info ${TXIDIR}/doc |