X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=Makefile-web;h=3b9f11124824450b19077d2cf616889c8d376460;hb=aad4294f8c9114612a4cc137aa9030e43d3eba70;hp=86031c55693c6fda8a99534a65c9b63feb898f35;hpb=7f48c102727ab008602125cf7fa5dcb42b3e5f98;p=ccan diff --git a/Makefile-web b/Makefile-web index 86031c55..3b9f1112 100644 --- a/Makefile-web +++ b/Makefile-web @@ -11,8 +11,7 @@ JUNKBALLS=$(JUNKDIRS:%=$(WEBDIR)/%.tar.bz2) PRETTIFY=$(WEBDIR)/prettify/src/run_prettify.js $(WEBDIR)/prettify/src/prettify.css upload: fastcheck modcheck - git push origin HEAD:master - git push github HEAD:master + git push # Check MODS list in Makefile-ccan matches modules we find. modcheck: @@ -30,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 $@