projects
/
ccan
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1567e4b
)
Fix for broken links/images on website 'junkcode' pages.
author
Chris McCormick
<chris@mccormick.cx>
Sat, 25 Oct 2014 11:02:29 +0000
(19:02 +0800)
committer
Chris McCormick
<chris@mccormick.cx>
Sat, 25 Oct 2014 11:02:29 +0000
(19:02 +0800)
Makefile-web
patch
|
blob
|
history
diff --git
a/Makefile-web
b/Makefile-web
index 20a1a2f3e70c039d121282ddc7fa379124487ae8..2a8718ea62315792503b230d0bb467d4699e5eda 100644
(file)
--- 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)