]> git.ozlabs.org Git - ccan/commitdiff
Don't use ~ in path, seems less reliable?
authorRusty Russell <rusty@rustcorp.com.au>
Thu, 4 Feb 2010 01:46:11 +0000 (12:16 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Thu, 4 Feb 2010 01:46:11 +0000 (12:16 +1030)
Makefile-web

index e6be54f4e0e50a123be4170171158bf3a8db4b7c..0e44ab2e75ad6eb8842e2e93646115b2db2844c0 100644 (file)
@@ -1,5 +1,5 @@
 # This can be overridden on cmdline to generate pages elsewhere.
 # 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))
 
 ALL_PAGES=$(patsubst %, $(WEBDIR)/info/%.html, $(ALL))
 DIRECT_TARBALLS=$(patsubst %, $(WEBDIR)/tarballs/%.tar.bz2, $(ALL))