[PATCH 1/3] Makefile-web: Download prettify from git
Joel Stanley <[email protected]> Wed, 9 Dec 2015 11:47:50 +1030
| Newsgroups | org.ozlabs.lists.ccan |
|---|---|
| Message-ID | <[email protected]> |
The SVN mirror disappeared some time ago. It now lives on Github. Signed-off-by: Joel Stanley <[email protected]> --- Makefile-web | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile-web b/Makefile-web index a84b95902034..3b9f11124824 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 $@ -- 2.6.2 _______________________________________________ ccan mailing list [email protected] https://lists.ozlabs.org/listinfo/ccan