From: Joel Stanley Date: Wed, 9 Dec 2015 01:17:50 +0000 (+1030) Subject: Makefile-web: Download prettify from git X-Git-Url: http://git.ozlabs.org/?p=ccan;a=commitdiff_plain;h=2219e31281b06c2480f89234b600894cb6bd8e9a;ds=sidebyside Makefile-web: Download prettify from git The SVN mirror disappeared some time ago. It now lives on Github. Signed-off-by: Joel Stanley Signed-off-by: Rusty Russell --- diff --git a/Makefile-web b/Makefile-web index a84b9590..3b9f1112 100644 --- a/Makefile-web +++ b/Makefile-web @@ -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 $@