projects
/
ccan
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b86f868
)
Don't use ~ in path, seems less reliable?
author
Rusty Russell
<rusty@rustcorp.com.au>
Thu, 4 Feb 2010 01:46:11 +0000
(12:16 +1030)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Thu, 4 Feb 2010 01:46:11 +0000
(12:16 +1030)
Makefile-web
patch
|
blob
|
history
diff --git
a/Makefile-web
b/Makefile-web
index e6be54f4e0e50a123be4170171158bf3a8db4b7c..0e44ab2e75ad6eb8842e2e93646115b2db2844c0 100644
(file)
--- a/
Makefile-web
+++ b/
Makefile-web
@@
-1,5
+1,5
@@
# This can be overridden on cmdline to generate pages elsewhere.
-WEBDIR=
~
/www/html/ccan
+WEBDIR=
/home/rusty
/www/html/ccan
ALL_PAGES=$(patsubst %, $(WEBDIR)/info/%.html, $(ALL))
DIRECT_TARBALLS=$(patsubst %, $(WEBDIR)/tarballs/%.tar.bz2, $(ALL))