Browse Source

Update documentation and info files

master
Nils 3 years ago
parent
commit
e62a351aef
  1. 6
      configure
  2. 2
      documentation/out/english.html
  3. 2
      documentation/out/german.html

6
configure

@ -4,9 +4,9 @@ version=0.2.0
#debugsym=true #debugsym=true
prefix=/usr/local prefix=/usr/local
required_version_python=3.6 required_version_python=3.8
required_version_pyqt=5.0 required_version_pyqt=5.0
required_version_nuitka=0.6
for arg in "$@"; do for arg in "$@"; do
@ -23,7 +23,7 @@ for arg in "$@"; do
--help) --help)
echo 'usage: ./configure [options]' echo 'usage: ./configure [options]'
echo 'options:' echo 'options:'
echo ' --prefix=<path>: installation prefix' echo ' --prefix=<path>: installation prefix'
#echo ' --enable-debug: include debug symbols' #echo ' --enable-debug: include debug symbols'
#echo ' --disable-debug: do not include debug symbols' #echo ' --disable-debug: do not include debug symbols'
echo 'all invalid options are silently ignored' echo 'all invalid options are silently ignored'

2
documentation/out/english.html

@ -1250,7 +1250,7 @@ The easiest way is to contact the developers and they will setup the new languag
</div> </div>
<div id="footer"> <div id="footer">
<div id="footer-text"> <div id="footer-text">
Last updated 2020-12-18 23:01:38 +0100 Last updated 2021-01-01 23:55:40 +0100
</div> </div>
</div> </div>
</body> </body>

2
documentation/out/german.html

@ -1256,7 +1256,7 @@ Ansonsten starten Sie agordejo mit diesem Befehl, Sprachcode ändern, vom Termin
</div> </div>
<div id="footer"> <div id="footer">
<div id="footer-text"> <div id="footer-text">
Last updated 2020-12-18 23:01:38 +0100 Last updated 2021-01-01 23:55:40 +0100
</div> </div>
</div> </div>
</body> </body>

Loading…
Cancel
Save