X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=Makefile-web;h=1d63d1bdca0ed65c2ac3548f9cc692a7936c3efe;hp=76c52749a284f619e2a5d641b0beaf25f4c83bc3;hb=dca596459198ea77f35e4b6e767453fa5a7e1318;hpb=eefefbaee15ea270992c958f6a9b145cdc017e44 diff --git a/Makefile-web b/Makefile-web index 76c52749..1d63d1bd 100644 --- a/Makefile-web +++ b/Makefile-web @@ -2,7 +2,7 @@ WEBDIR=/home/rusty/www/html/ccan # Ignore EXCLUDE when making webpages. -REALLY_ALL=$(patsubst ccan/%/_info, %, $(wildcard ccan/*/_info)) +REALLY_ALL=$(patsubst ccan/%/_info, %, $(shell bzr ls -R ccan | grep '/_info$$')) ALL_PAGES=$(patsubst %, $(WEBDIR)/info/%.html, $(REALLY_ALL)) DIRECT_TARBALLS=$(patsubst %, $(WEBDIR)/tarballs/%.tar.bz2, $(REALLY_ALL)) DEPEND_TARBALLS=$(patsubst %, $(WEBDIR)/tarballs/with-deps/%.tar.bz2, $(REALLY_ALL)) @@ -12,7 +12,7 @@ JUNKPAGES=$(JUNKDIRS:%=$(WEBDIR)/%.html) JUNKBALLS=$(JUNKDIRS:%=$(WEBDIR)/%.tar.bz2) BZRBROWSE=$(WEBDIR)/bzrbrowse.cgi $(WEBDIR)/file.png $(WEBDIR)/folder.png -upload: check webpages +upload: fastcheck webpages bzr push send-web # Rusty's upload script.