[add 'make publish' target to place pre-built libraries on the web
John Meacham <john@repetae.net>**20060427031412] hunk ./Makefile 56
+libs: $(LIBPACKAGES)
+
+publish: $(LIBPACKAGES)
+	cp -f $(LIBPACKAGES) ~/public_html/computer/jhc/libs
+	make -C ~/public_html/computer/jhc
+
+
hunk ./Makefile 151
-.PHONY: depend clean realclean builtfiles clean-ho  regress hsdocs install i printos tests
+.PHONY: depend clean realclean builtfiles clean-ho  regress hsdocs install i printos tests libs publish