Welcome to mirror list, hosted at ThFree Co, Russian Federation.

readme_to_html.sh « scripts - github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b27ee45f00bad1e318f5faa405aad1f971c50b93 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh
echo '<html xmlns="http://www.w3.org/1999/xhtml"><body>
' > Readme.html
cat Readme.md >> Readme.html
echo '
</body></html>
' >> Readme.html
xsltproc scripts/xhtml_to_docbook.xsl Readme.html > Readme.docbook