comparison mupdf-source/thirdparty/zint/docs/zint_org_uk.sh @ 3:2c135c81b16c

MERGE: upstream PyMuPDF 1.26.4 with MuPDF 1.26.7
author Franz Glasner <fzglas.hg@dom66.de>
date Mon, 15 Sep 2025 11:44:09 +0200
parents b50eed0cc0ef
children
comparison
equal deleted inserted replaced
0:6015a75abc2d 3:2c135c81b16c
1 #/bin/sh
2
3 rm -r ./HTML
4 pandoc -o manual.html manual.pmd
5 python3 zint_org_uk.py
6 rm ./chapter6.0.html
7 mkdir HTML
8 mv chapter*.html ./HTML
9 mv appendix*.html ./HTML
10 cd ./HTML