From 83182e8fdff4c78518a680dd70e261ef82e640c5 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Fri, 9 Apr 2010 13:21:11 +0930 Subject: [PATCH] Use bzr to determine what to upload --- Makefile-web | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.39.2