]> git.ozlabs.org Git - ccan/commitdiff
Makefile-web: Download prettify from git
authorJoel Stanley <joel@jms.id.au>
Wed, 9 Dec 2015 01:17:50 +0000 (11:47 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Wed, 9 Dec 2015 03:02:55 +0000 (13:32 +1030)
The SVN mirror disappeared some time ago. It now lives on Github.

Signed-off-by: Joel Stanley <joel@jms.id.au>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Makefile-web

index a84b95902034cfc5f2684d65864e1a06f9ed5fc5..3b9f11124824450b19077d2cf616889c8d376460 100644 (file)
@@ -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 $@