Browse Source

Don't use ~ in path, seems less reliable?

Rusty Russell 16 years ago
parent
commit
aae6674aed
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile-web

+ 1 - 1
Makefile-web

@@ -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))
 ALL_PAGES=$(patsubst %, $(WEBDIR)/info/%.html, $(ALL))
 DIRECT_TARBALLS=$(patsubst %, $(WEBDIR)/tarballs/%.tar.bz2, $(ALL))
 DIRECT_TARBALLS=$(patsubst %, $(WEBDIR)/tarballs/%.tar.bz2, $(ALL))