diff options
-rw-r--r-- | Doc/Makefile.in | 4 | ||||
-rw-r--r-- | Makefile.in | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/Doc/Makefile.in b/Doc/Makefile.in index e252bb28a..f3122437a 100644 --- a/Doc/Makefile.in +++ b/Doc/Makefile.in @@ -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 \ diff --git a/Makefile.in b/Makefile.in index 1a92015df..482f5d547 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 |