diff options
author | seb <seb@pkgsrc.org> | 2003-08-05 13:37:51 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-08-05 13:37:51 +0000 |
commit | eabf61684c7ccb3dbadc4b1e5b9640bfd9432114 (patch) | |
tree | dfbd0b5a398984b1c4717069734daa81f3c626f0 /shells/zsh/Makefile | |
parent | 0f04a46f8663c715fc0fe9988411b795cdd7d9cc (diff) | |
download | pkgsrc-eabf61684c7ccb3dbadc4b1e5b9640bfd9432114.tar.gz |
Convert to USE_NEW_TEXINFO.
Use INSTALL_TARGET to install info files: this gives a proper
environment for USE_NEW_TEXINFO framework to work.
Fix makeinfo invocation for zsh-current via patch file so that
only _one_ info file is generated as PLIST seems to want it.
Diffstat (limited to 'shells/zsh/Makefile')
-rw-r--r-- | shells/zsh/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile index 7e0684b7de2..abfc0f7fc32 100644 --- a/shells/zsh/Makefile +++ b/shells/zsh/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.41 2003/06/29 04:24:56 uebayasi Exp $ +# $NetBSD: Makefile,v 1.42 2003/08/05 13:37:51 seb Exp $ # .include "../../shells/zsh/Makefile.common" ZSH_VERSION= 4.0.7 -.include "../../mk/texinfo.mk" .include "../../mk/bsd.pkg.mk" |