X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=Makefile-web;fp=Makefile-web;h=2a8718ea62315792503b230d0bb467d4699e5eda;hp=20a1a2f3e70c039d121282ddc7fa379124487ae8;hb=3fed94e37e6e0ab2b620be8c2d91b877a2694d72;hpb=1567e4bd07b4ff64f082745fad01d1efcc8e1c0c diff --git a/Makefile-web b/Makefile-web index 20a1a2f3..2a8718ea 100644 --- a/Makefile-web +++ b/Makefile-web @@ -31,7 +31,7 @@ $(WEBDIR)/junkcode/%.tar.bz2: junkcode/% $(WEBDIR)/junkcode $(WEBDIR)/junkcode/%.html: $(WEBDIR)/junkcode/%.tar.bz2 cd $(WEBDIR) && tar xfj junkcode/$*.tar.bz2 - php5 web/staticjunkcode.php junkcode/$* $* > $@ + URLPREFIX=../ php5 web/staticjunkcode.php junkcode/$* $* > $@ # We want tarball to contain ccan/; we put junkcode in, but don't depend on it. $(WEBDIR)/ccan.tar.bz2: config.h Makefile Makefile-ccan $(shell git ls-files ccan tools licenses)