From: Rusty Russell Date: Thu, 4 Feb 2010 01:46:11 +0000 (+1030) Subject: Don't use ~ in path, seems less reliable? X-Git-Url: http://git.ozlabs.org/?p=ccan;a=commitdiff_plain;h=aae6674aed64bb9c5d8d34fe4aef063ff07655ce Don't use ~ in path, seems less reliable? --- diff --git a/Makefile-web b/Makefile-web index e6be54f4..0e44ab2e 100644 --- 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))