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:
10
docs/zint_org_uk.sh
Executable file
10
docs/zint_org_uk.sh
Executable 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
|
||||
Reference in New Issue
Block a user