Title by sed

This commit is contained in:
John Whitington 2024-12-08 18:49:14 +00:00
parent 2ad9f62e99
commit 504178f330

View File

@ -10,3 +10,5 @@ sed -i '' 's/.framedenv{border: 1px solid black;}/.framedenv{border: 1px solid b
LCTYPE=C LANG=C sed -i '' 's/__/\ \ /g' *.html
#Make sure HTML files have a lang set
LCTYPE=C LANG=C sed -i '' 's/<html >/<html lang="en">/g' *.html
#Give the main page a title
LCTYPE=C LANG=C sed -i '' 's/<title>/<title>Coherent PDF Command Line Tools Manual/' cpdfmanual.html