Commit aae6674a authored by Rusty Russell's avatar Rusty Russell

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

parent b86f8688
# 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))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment