Debug script line giving single-page output

This commit is contained in:
Jean-Sébastien Caux 2023-12-14 14:21:23 +01:00
parent 5bc9d6dafa
commit af3b9155f6
1 changed files with 1 additions and 1 deletions

View File

@ -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/