about summary refs log tree commit diff
path: root/Makefile.in
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-12-09 10:51:41 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-12-09 10:51:41 +0000
commit2946f42365338fc7e1507ec1a217917151bd6b4e (patch)
tree7ae97bb333267baee56f7e6665162bff503d998f /Makefile.in
parentfee2b1ab94879db991acb8468f1c157d174e29e9 (diff)
downloadzsh-2946f42365338fc7e1507ec1a217917151bd6b4e.tar.gz
zsh-2946f42365338fc7e1507ec1a217917151bd6b4e.tar.xz
zsh-2946f42365338fc7e1507ec1a217917151bd6b4e.zip
zsh-workers:8966-fix
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 0 insertions, 4 deletions
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