1
0
mirror of https://git.code.sf.net/p/zint/code synced 2026-07-31 02:19:50 +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
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