From 3ab522003d354e1a43234217188abdec0862bce4 Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Fri, 13 Nov 2009 18:56:58 +0100 Subject: [PATCH] buildDocExports : fix bug --- config.local/local.sh.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.local/local.sh.example b/config.local/local.sh.example index 6b74f901..a08c5a6c 100644 --- a/config.local/local.sh.example +++ b/config.local/local.sh.example @@ -39,4 +39,4 @@ CSS=$ROOT_DIR/doc/styles/LS.css IMAGES=$ROOT_DIR/doc/images # The name of last update file -LAST_UPDATE_FILE=$EXPORT_DIR/last_update.txt +LAST_UPDATE_FILE=$EXPORT_DOC_DIR/last_update.txt