1
0
mirror of https://git.code.sf.net/p/zint/code synced 2026-01-08 20:41:59 +00:00

Harmonise manual versions and add auto-formatting tool for Zint.org.uk website

This commit is contained in:
Robin Stuart
2022-07-19 12:33:51 +01:00
parent 78bda3b359
commit bc0c745a93
4 changed files with 412 additions and 1 deletions

10
docs/zint_org_uk.sh Executable file
View File

@@ -0,0 +1,10 @@
#/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