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 04:57:30 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-12-09 04:57:30 +0000
commite842c1d911c88aaa031f9e5bfc7666cc15e8e64a (patch)
tree10e2f39285f01e2ec411c110d23a31bbdbb68716 /Makefile.in
parent41faa347919ef08c8ae87f26b5fc18517b36b2c2 (diff)
downloadzsh-e842c1d911c88aaa031f9e5bfc7666cc15e8e64a.tar.gz
zsh-e842c1d911c88aaa031f9e5bfc7666cc15e8e64a.tar.xz
zsh-e842c1d911c88aaa031f9e5bfc7666cc15e8e64a.zip
zsh-workers/8959
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 20793167f..df9b6a132 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -84,6 +84,10 @@ install.fns uninstall.fns:
 install.info uninstall.info:
 	@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