public inbox for ccan@ozlabs.org
 help / color / mirror / Atom feed
* [PATCH 1/3] Makefile-web: Download prettify from git
@ 2015-12-09  1:17 Joel Stanley
  2015-12-09  1:17 ` [PATCH 2/3] web/logo: Use a relative protocol Joel Stanley
  2015-12-09  1:17 ` [PATCH 3/3] Makefile-web: Quote the names in the error message Joel Stanley
  0 siblings, 2 replies; 4+ messages in thread
From: Joel Stanley @ 2015-12-09  1:17 UTC (permalink / raw)
  To: ccan

The SVN mirror disappeared some time ago. It now lives on Github.

Signed-off-by: Joel Stanley <joel@jms.id.au>
---
 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
ccan@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/ccan

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-12-09  3:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-09  1:17 [PATCH 1/3] Makefile-web: Download prettify from git Joel Stanley
2015-12-09  1:17 ` [PATCH 2/3] web/logo: Use a relative protocol Joel Stanley
2015-12-09  1:17 ` [PATCH 3/3] Makefile-web: Quote the names in the error message Joel Stanley
2015-12-09  3:06   ` Rusty Russell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox