From 82aaa12c4e15b64b4b2eff53cc4e604c08bcacc7 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Wed, 17 Jul 2013 12:23:57 -0400 Subject: [PATCH] Relative path updated for single-collection package --- scribblings/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scribblings/Makefile b/scribblings/Makefile index e95a9b8..679e021 100644 --- a/scribblings/Makefile +++ b/scribblings/Makefile @@ -6,7 +6,7 @@ pages: @git branch -av | grep gh-pages @echo @(echo 'Is the branch up to date? Press enter to continue.'; read dummy) - git clone -b gh-pages ../.. pages + git clone -b gh-pages .. pages publish: out pages rm -rf pages/*