Commit 2219e312 authored by Joel Stanley's avatar Joel Stanley Committed by Rusty Russell

Makefile-web: Download prettify from git

The SVN mirror disappeared some time ago. It now lives on Github.
Signed-off-by: default avatarJoel Stanley <joel@jms.id.au>
Signed-off-by: default avatarRusty Russell <rusty@rustcorp.com.au>
parent 41df9b37
......@@ -29,7 +29,7 @@ $(WEB_SUBDIRS): $(WEBDIR)
mkdir -p $@
$(PRETTIFY):
svn checkout http://google-code-prettify.googlecode.com/svn/trunk/ $(WEBDIR)/prettify
git clone --depth=1 https://github.com/google/code-prettify.git $(WEBDIR)/prettify
$(WEBDIR)/junkcode/%.tar.bz2: junkcode/% $(WEBDIR)/junkcode
git ls-files -z $< | xargs -0 -x tar cvfj $@
......
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