From c2da0c398dbd4890b90e73fed4b2e64e0a2d2e9d Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Wed, 25 Feb 2009 11:11:57 +1030 Subject: [PATCH] upload target for Rusty's convenience --- Makefile-web | 3 +++ 1 file changed, 3 insertions(+) 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): -- 2.39.2