diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-12-05 02:34:07 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-12-05 02:34:07 +0000 |
commit | fd3176ded725ad9bbf20f819c7c7b9c2ddd8fbf6 (patch) | |
tree | e71361bd9b444ba7023f9cd67d84c57b9e62eead /shells | |
parent | c92cd658645286c7b4483aad14dfa79eba6526cf (diff) |
Remove install-info from Makefile, it's automatically done when INFO is defined
Notes
Notes:
svn path=/head/; revision=150432
Diffstat (limited to 'shells')
-rw-r--r-- | shells/zsh/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile index 426263888e87..2e805b35138b 100644 --- a/shells/zsh/Makefile +++ b/shells/zsh/Makefile @@ -134,7 +134,6 @@ pre-install: @${MKDIR} ${PREFIX}/info makeinfo --no-split --output=${PREFIX}/info/zsh.info \ ${WRKSRC}/Doc/zsh.texi - install-info ${PREFIX}/info/zsh.info ${PREFIX}/info/dir .endif post-install: |