From 6c150d6ab446ee12857282073ea1341a65989f49 Mon Sep 17 00:00:00 2001 From: clinton Date: Wed, 28 Jan 2009 21:30:54 +0000 Subject: [PATCH] Minor fixes to update process --- update.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/update.sh b/update.sh index 01f90ad..b784706 100644 --- a/update.sh +++ b/update.sh @@ -4,7 +4,7 @@ (cd site/unknownlamer.org-repo && darcs pull) -clisp -i ./books.lisp -x '(dump-muse-books-file)' +(cd site-support && clisp -i ./books.lisp -x '(dump-muse-books-file)') if [ "$1" = "--force" ]; then emacsclient --eval '(muse-project-publish "unknownlamer.org-clean" t)' @@ -12,6 +12,10 @@ else emacsclient --eval '(muse-project-publish "unknownlamer.org-clean")' fi +# something is broken in my muse setup but just work around it for now +rm -f site/unknownlamer.org/index.html +emacsclient --eval '(muse-project-publish "unknownlamer.org-clean")' + cd site/unknownlamer.org darcs pull ../unknownlamer.org-repo find . -name \* -print0 | xargs -0 darcs add -- 2.20.1