From: Rusty Russell Date: Wed, 25 Feb 2009 00:41:57 +0000 (+1030) Subject: upload target for Rusty's convenience X-Git-Url: https://git.ozlabs.org/?a=commitdiff_plain;h=c2da0c398dbd4890b90e73fed4b2e64e0a2d2e9d;p=ccan upload target for Rusty's convenience --- diff --git a/Makefile-web b/Makefile-web index 125945a0..a14b11ab 100644 --- a/Makefile-web +++ b/Makefile-web @@ -9,6 +9,9 @@ JUNKDIRS=$(wildcard junkcode/*) JUNKPAGES=$(JUNKDIRS:%=$(WEBDIR)/%.html) JUNKBALLS=$(JUNKDIRS:%=$(WEBDIR)/%.tar.bz2) +upload: check webpages + send-web # Rusty's upload script. + webpages: $(WEB_SUBDIRS) $(WEBDIR)/junkcode $(ALL_PAGES) $(WEBDIR)/list.html $(WEBDIR)/index.html $(WEBDIR)/upload.html $(WEBDIR)/uploader.php $(WEBDIR)/example-config.h $(WEBDIR)/ccan.jpg $(DIRECT_TARBALLS) $(DEPEND_TARBALLS) $(WEBDIR)/ccan.tar.bz2 $(WEBDIR)/Makefile-ccan $(JUNKPAGES) $(JUNKBALLS) $(WEB_SUBDIRS):