initial commit, tisbackup documentation, WIP

This commit is contained in:
Vincent CARDON
2020-11-18 17:30:38 +01:00
parent 68bc8caab6
commit 384523cd87
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