From afe7cf2e04a865f4001e17f5c2224ffcaf621f50 Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Tue, 15 Apr 2008 10:14:06 +0200 Subject: [PATCH] Minor fixes --- Makefile | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index 094a907b6..01a16e092 100644 --- a/Makefile +++ b/Makefile @@ -174,13 +174,8 @@ doc/orgcard_letter.ps: doc/orgcard_letter.dvi # Below here are special targets for maintenance only -webfiles: - (cd ORGWEBPAGE; emacs -batch -l ~/.emacs index.org -eval '(org-publish (assoc "orgwebpage" org-publish-project-alist))') - (cd ORGWEBPAGE/tmp; rm *~) - -web: - make webfiles - (cd ORGWEBPAGE/tmp; lftp -f ../../../org-mode-proprietary/ftp_upload_website_legito) +updateweb: + ssh cdominik@caprisun.dreamhost.com 'pull-worg-org.sh && publish-worg-org.sh' html: doc/org.html