This commit is contained in:
Miloslav Ciz 2025-02-28 00:50:23 +01:00
parent 1e739cc555
commit d89468d6da
37 changed files with 1997 additions and 1947 deletions

View file

@ -6,6 +6,7 @@ echo "making all"
./make_html.sh
./make_txt.sh
./make_pdf.sh
./make_tts_version.sh
mkdir lrs_wiki
mkdir lrs_wiki/md
@ -13,6 +14,7 @@ cp *.md lrs_wiki/md
cp lrs_wiki.html lrs_wiki
cp lrs_wiki.txt lrs_wiki
cp lrs_wiki.pdf lrs_wiki
cp lrs_wiki_tts.txt lrs_wiki
7z a lrs_wiki.7z lrs_wiki -t7z -mfb=64 -md=32m -ms=on
cp lrs_wiki.7z html