diff --git a/doc/Makefile b/doc/Makefile --- a/doc/Makefile +++ b/doc/Makefile @@ -39,16 +39,20 @@ DISTFILES += $(EXTRA_DIST) cat $< | $(SNIPPETS) --process --replace --mode text --key base_dir --value $(base_dir) --cat - >$@ test -s $@ || ( rm -f $@ && test 1 = 0 ) -%.html: %.txt +%.html: %.txt docutils.conf cat $< | PYTHONPATH="$$( pwd )" tools/ws_rst2html.py --traceback --cloak-email-addresses >$@ test -s $@ || (rm -f $@ && exit 1) -%.pdf: %.txt +%.pdf: %.txt docutils.conf cat $< | PYTHONPATH="$$( pwd )" tools/ws_rst2pdf -e ws_docutils.raw_role >$@ test -s $@ || (rm -f $@ && exit 1) default: all +index.html: index.txt index-template.txt docutils.conf + cat $< | PYTHONPATH="$$( pwd )" tools/ws_rst2html.py --template index-template.txt --traceback --cloak-email-addresses >$@ + test -s $@ || (rm -f $@ && exit 1) + all: $(DISTFILES) all-local all-local: diff --git a/doc/README-de.pdf b/doc/README-de.pdf --- a/doc/README-de.pdf +++ b/doc/README-de.pdf @@ -282,7 +282,7 @@ endobj % 'R20': class PDFInfo 20 0 obj << /Author (Wolfgang Scherer) - /CreationDate (D:20120330020520-01'00') + /CreationDate (D:20120331000242-01'00') /Creator (\(unspecified\)) /Keywords () /Producer (ReportLab PDF Library - www.reportlab.com) @@ -927,7 +927,7 @@ 0000015810 00000 n trailer << /ID % ReportLab generated PDF document -- digest (http://www.reportlab.com) - [(\302K\277\)\311\307\224\020\005s\024\307G \257\223) (\302K\277\)\311\307\224\020\005s\024\307G \257\223)] + [(\034<\031 K\317g\331\021v\355\341\332/\035\346) (\034<\031 K\317g\331\021v\355\341\332/\035\346)] /Info 20 0 R /Root 19 0 R diff --git a/doc/README.pdf b/doc/README.pdf --- a/doc/README.pdf +++ b/doc/README.pdf @@ -282,7 +282,7 @@ endobj % 'R20': class PDFInfo 20 0 obj << /Author (Wolfgang Scherer) - /CreationDate (D:20120330224029-01'00') + /CreationDate (D:20120331000242-01'00') /Creator (\(unspecified\)) /Keywords () /Producer (ReportLab PDF Library - www.reportlab.com) @@ -962,7 +962,7 @@ 0000016574 00000 n trailer << /ID % ReportLab generated PDF document -- digest (http://www.reportlab.com) - [(\370\353P#\004\326\277AD\372\035\365w\313,\011) (\370\353P#\004\326\277AD\372\035\365w\313,\011)] + [(\375J\202X\015\3505y}\214\333$\376\033\000\352) (\375J\202X\015\3505y}\214\333$\376\033\000\352)] /Info 20 0 R /Root 19 0 R diff --git a/doc/docutils.conf b/doc/docutils.conf --- a/doc/docutils.conf +++ b/doc/docutils.conf @@ -3,8 +3,6 @@ stylesheet: ../css/basic.css, ../css/pygments.css, ../css/ws-project.css -#stylesheet: ../doc/blue_box.css -#stylesheet-path: ./html4css1.css embed-stylesheet: no #embed-stylesheet: yes #field-name-limit: 20 diff --git a/doc/index-template.txt b/doc/index-template.txt new file mode 100644 --- /dev/null +++ b/doc/index-template.txt @@ -0,0 +1,30 @@ +%(head_prefix)s +%(head)s +%(stylesheet)s + +%(body_prefix)s +%(body_pre_docinfo)s +%(docinfo)s +%(body)s +%(body_suffix)s diff --git a/doc/index.txt b/doc/index.txt --- a/doc/index.txt +++ b/doc/index.txt @@ -105,8 +105,8 @@ See the `Administrator Manual`_ for inst .. :rem:`|||:sec:|||`\ References .. ================================================== -.. |screenshot| image:: http://bitbucket.org/wolfmanx/ws-vacation/raw/tip/doc/ws-vacation-t.jpg -.. _screenshot: http://bitbucket.org/wolfmanx/ws-vacation/raw/tip/doc/ws-vacation.jpg +.. |screenshot| image:: ws-vacation-t.jpg +.. _screenshot: ws-vacation.jpg .. _`Administrator Manual`: README.html .. _`ws-vacation`: https://bitbucket.org/wolfmanx/ws-vacation