X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=Makefile-web;h=a0f16efa925c47257efdbe62100506903dcc1a70;hp=4a180ecaa6899c1637a15e8b526296097f5cb38a;hb=156dfda864bc2a0fe2ba63f69c22864b2348876f;hpb=e30753942e5a5ea6e958fdd850fc7a9c33285dae diff --git a/Makefile-web b/Makefile-web index 4a180eca..a0f16efa 100644 --- a/Makefile-web +++ b/Makefile-web @@ -56,10 +56,10 @@ $(WEBDIR)/ccan.jpg: web/ccan.jpg $(WEBDIR)/info/%.html: $(WEBDIR)/tarballs/%.tar.bz2 $(WEBDIR)/tarballs/with-deps/%.tar.bz2 @URLPREFIX=../ php5 web/staticmoduleinfo.php ccan/$* > $@ -$(WEBDIR)/tarballs/%.tar.bz2: ccan/%/_info.c +$(WEBDIR)/tarballs/%.tar.bz2: ccan/%/_info tar -c -j -f $@ `bzr ls --versioned --kind=file ccan/$*` -$(WEBDIR)/tarballs/with-deps/%.tar.bz2: ccan/%/_info.c tools/ccan_depends +$(WEBDIR)/tarballs/with-deps/%.tar.bz2: ccan/%/_info tools/ccan_depends tar cfj $@ $$(echo ccan/$* $$(tools/ccan_depends ccan/$*) | xargs -n 1 bzr ls --versioned --kind=file) distclean: distclean-web