Rename .txt files in docs to .rst (which is what they actually are).
This commit is contained in:
@@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
for i in ispc perfguide faq; do
|
for i in ispc perfguide faq; do
|
||||||
rst2html.py --template=template.txt --link-stylesheet \
|
rst2html.py --template=template.txt --link-stylesheet \
|
||||||
--stylesheet-path=css/style.css $i.txt > $i.html
|
--stylesheet-path=css/style.css $i.rst > $i.html
|
||||||
done
|
done
|
||||||
|
|
||||||
rst2html.py --template=template-perf.txt --link-stylesheet \
|
rst2html.py --template=template-perf.txt --link-stylesheet \
|
||||||
--stylesheet-path=css/style.css perf.txt > perf.html
|
--stylesheet-path=css/style.css perf.rst > perf.html
|
||||||
|
|
||||||
#rst2latex --section-numbering --documentclass=article --documentoptions=DIV=9,10pt,letterpaper ispc.txt > ispc.tex
|
#rst2latex --section-numbering --documentclass=article --documentoptions=DIV=9,10pt,letterpaper ispc.txt > ispc.tex
|
||||||
#pdflatex ispc.tex
|
#pdflatex ispc.tex
|
||||||
|
|||||||
Reference in New Issue
Block a user