Commit old updates

This commit is contained in:
Jean-Sébastien Caux
2024-03-29 13:40:58 +01:00
parent c4af42cc0b
commit ad213b1f12
3 changed files with 69 additions and 63 deletions
+1 -1
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/style.css $BASEDIR/export/html/singlepage/style.css
cp -r $BASEDIR/src/fig $BASEDIR/export/html/singlepage/