diff options
author | ache <ache@FreeBSD.org> | 2004-10-18 08:08:03 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2004-10-18 08:08:03 +0000 |
commit | 86a40eb88d4d1827302954e993083b04726e7b02 (patch) | |
tree | 2f57cbd533befc8ad3e8f431f6f8e4a9ed6cc8dc /gnu/lib | |
parent | 320d8f045c2a7b1719fcbb292a55178069f425e4 (diff) | |
download | FreeBSD-src-86a40eb88d4d1827302954e993083b04726e7b02.zip FreeBSD-src-86a40eb88d4d1827302954e993083b04726e7b02.tar.gz |
Upgrade to 5.0
Diffstat (limited to 'gnu/lib')
-rw-r--r-- | gnu/lib/libreadline/history/doc/Makefile | 4 | ||||
-rw-r--r-- | gnu/lib/libreadline/readline/doc/Makefile | 10 |
2 files changed, 6 insertions, 8 deletions
diff --git a/gnu/lib/libreadline/history/doc/Makefile b/gnu/lib/libreadline/history/doc/Makefile index 4fdf229..4b050e7 100644 --- a/gnu/lib/libreadline/history/doc/Makefile +++ b/gnu/lib/libreadline/history/doc/Makefile @@ -7,8 +7,6 @@ INFO = history INFOSECTION= "Programming & development tools." INFOENTRY_history= "* History: (history). The GNU History library." -SRCS= hist.texinfo - -history.info: hist.texinfo hstech.texinfo hsuser.texinfo manvers.texinfo +history.info: history.texi hstech.texi hsuser.texi version.texi fdl.texi .include <bsd.info.mk> diff --git a/gnu/lib/libreadline/readline/doc/Makefile b/gnu/lib/libreadline/readline/doc/Makefile index 6602de5..42254de 100644 --- a/gnu/lib/libreadline/readline/doc/Makefile +++ b/gnu/lib/libreadline/readline/doc/Makefile @@ -8,13 +8,13 @@ INFOSECTION= "Programming & development tools." INFOENTRY_readline= "* Readline: (readline). The GNU Readline library" INFOENTRY_rluserman= "* Readline: (readline). The GNU readline library API" -CLEANFILES += readline.texinfo +CLEANFILES += readline.texi -readline.info: rlman.texinfo rltech.texinfo rluser.texinfo manvers.texinfo +readline.info: rlman.texi rluser.texi rltech.texi version.texi fdl.texi -readline.texinfo: rlman.texinfo - cp ${SRCDIR}/rlman.texinfo ${.TARGET} +readline.texi: rlman.texi + cp ${SRCDIR}/rlman.texi ${.TARGET} -rluserman.info: rluser.texinfo manvers.texinfo +rluserman.info: rluserman.texi version.texi rluser.texi fdl.texi .include <bsd.info.mk> |