From fd5acb383393ee9fe6502ea245c0d9d948013aea Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Fri, 15 Oct 2010 11:58:35 +0200 Subject: [PATCH] Fix the updateweb target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3b9253403..89d714dd6 100644 --- a/Makefile +++ b/Makefile @@ -261,7 +261,7 @@ doc/orgcard_letter.pdf: doc/orgcard_letter.tex # Below here are special targets for maintenance only updateweb: - ssh cdominik@orgmode.org 'pull-worg-org.sh && publish-worg-org.sh' + ssh cdominik@orgmode.org 'pull-worg-orgweb.sh && publish-worg-orgweb.sh' html: doc/org.html