Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: resurrection of install.html part 2
- X-seq: zsh-workers 8959
- From: Clint Adams <schizo@xxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: PATCH: resurrection of install.html part 2
- Date: Wed, 8 Dec 1999 18:09:23 -0500
- In-reply-to: <19991208175646.A28928@xxxxxxxx>; from schizo@xxxxxxxxxx on Wed, Dec 08, 1999 at 05:56:46PM -0500
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <199912081618.QAA16813@xxxxxxxxxxxxxxxxxxxx> <19991208175646.A28928@xxxxxxxx>
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