Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

PATCH: resurrection of install.html part 2



Oops.  Was there ever an uninstall.html target?

Index: Makefile.in
===================================================================
RCS file: /cvs/zsh/zsh/Makefile.in,v
retrieving revision 1.1.1.12
diff -u -r1.1.1.12 Makefile.in
--- Makefile.in	1999/12/08 21:36:57	1.1.1.12
+++ Makefile.in	1999/12/08 23:08:41
@@ -84,6 +84,10 @@
 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



Messages sorted by: Reverse Date, Date, Thread, Author