From: Rusty Russell Date: Fri, 9 Apr 2010 03:51:11 +0000 (+0930) Subject: Use bzr to determine what to upload X-Git-Url: http://git.ozlabs.org/?p=ccan;a=commitdiff_plain;h=83182e8fdff4c78518a680dd70e261ef82e640c5 Use bzr to determine what to upload --- diff --git a/Makefile-web b/Makefile-web index 76c52749..b0d51793 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))