mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-18 09:04:37 -04:00
10 lines
170 B
Bash
Executable file
10 lines
170 B
Bash
Executable file
#/bin/sh
|
|
|
|
rm -r ./HTML
|
|
pandoc -o manual.html manual.pmd
|
|
python3 zint_org_uk.py
|
|
rm ./chapter6.0.html
|
|
mkdir HTML
|
|
mv chapter*.html ./HTML
|
|
mv appendix*.html ./HTML
|
|
cd ./HTML
|