first revision

This commit is contained in:
gwen
2012-05-13 20:48:51 +02:00
commit 8b16814ab4
86 changed files with 10427 additions and 0 deletions

View File

@ -0,0 +1,7 @@
%.odt: %.txt
rst2odt --create-links --custom-odt-footer="Page %p% de %P%" --endnotes-end-doc --no-generator --stylesheet=styles.odt $< $@
%.html: %.txt
rst2html --stylesheet ./build/style.css $< > ./build/$@