1
0
mirror of https://git.code.sf.net/p/zint/code synced 2026-06-10 15:43:40 +00:00
Files
zint/docs/zint_org_uk.sh
T

11 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