initial commit, tisbackup documentation, WIP

This commit is contained in:
Vincent CARDON
2020-11-20 14:13:27 +01:00
committed by Denis Cardon
parent d079b542be
commit 5f672dd630
43 changed files with 2177 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
#!/bin/sh
export http_proxy=http://srvproxy:8080
export https_proxy=http://srvproxy:8080
echo "clean"
make clean
echo "gettext"
make gettext
echo "sphinx update po"
sphinx-intl update -p build/locale/ -l fr
echo "make html English"
make htmlen