From af3b9155f697f51fe6643128ea655e326f1dcbfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-S=C3=A9bastien=20Caux?= Date: Thu, 14 Dec 2023 14:21:23 +0100 Subject: [PATCH] Debug script line giving single-page output --- scripts/export.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/export.sh b/scripts/export.sh index 6b18574..cdcc137 100755 --- a/scripts/export.sh +++ b/scripts/export.sh @@ -8,7 +8,7 @@ rm -rf $BASEDIR/export/html/* # Single-page version echo 'Creating single-page version...' mkdir -p $BASEDIR/export/html/singlepage -cp $BASEDIR/src/org/index.html $BASEDIR/export/html/singlepage/index.html +cp $BASEDIR/src/index.html $BASEDIR/export/html/singlepage/index.html cp $BASEDIR/css/snac.css $BASEDIR/export/html/singlepage/snac.css cp -r $BASEDIR/src/fig $BASEDIR/export/html/singlepage/