renamed directory for github.io

This commit is contained in:
Denis Cardon
2021-04-15 15:43:16 +02:00
parent 2eda3c2bbd
commit 1655977e64
150 changed files with 0 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
#!/bin/sh
set -e
export http_proxy=http://srvproxy:8080
export https_proxy=http://srvproxy:8080
echo "clean"
make clean
rm -Rf ./build/
make clean
echo "make html English"
make htmlen
cp ./robots.txt build/en/doc
mkdir ./build/en/doc/.well-known
cp security.txt ./build/en/doc/.well-known
touch ./build/en/doc/.nojekyll
mv ./build/en/doc/ ../html