mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-02 22:11:54 +02:00
zsh-workers:8966-fix
This commit is contained in:
parent
fee2b1ab94
commit
2946f42365
2 changed files with 0 additions and 8 deletions
|
@ -199,10 +199,6 @@ install.info: zsh.texi
|
|||
exit 1; \
|
||||
fi
|
||||
|
||||
install.html: zsh_toc.html
|
||||
$(sdir_top)/mkinstalldirs $(DESTDIR)$(htmldir)
|
||||
$(INSTALL_DATA) *.html $(DESTDIR)$(htmldir)
|
||||
|
||||
# uninstall man pages
|
||||
uninstall.man:
|
||||
for file in $(MAN); do \
|
||||
|
|
|
@ -88,10 +88,6 @@ install.info uninstall.info:
|
|||
install.html uninstall.html:
|
||||
@cd Doc && $(MAKE) $(MAKEDEFS) $@
|
||||
|
||||
# install/uninstall just the html pages
|
||||
install.html uninstall.html
|
||||
@cd Doc && $(MAKE) $(MAKEDEFS) $@
|
||||
|
||||
# ========== DEPENDENCIES FOR TESTING ==========
|
||||
check test:
|
||||
cd Test ; $(MAKE) check
|
||||
|
|
Loading…
Reference in a new issue