diff options
| author | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-12-13 00:30:45 +0000 |
|---|---|---|
| committer | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-12-13 00:30:45 +0000 |
| commit | f7f89ab7334bc2ecdcc7fa95c0b5c8bf213c9cc0 (patch) | |
| tree | 5304a9d10427236bcbbf1a30224bc2632583d42e /docs/user/Makefile.docutils-update | |
| parent | 5417696256226604baa27c74ef08bece4b86e207 (diff) | |
| download | docutils-f7f89ab7334bc2ecdcc7fa95c0b5c8bf213c9cc0.tar.gz | |
prevent extra footer content
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4190 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docs/user/Makefile.docutils-update')
| -rw-r--r-- | docs/user/Makefile.docutils-update | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/user/Makefile.docutils-update b/docs/user/Makefile.docutils-update index 597887916..2d6aa3ce8 100644 --- a/docs/user/Makefile.docutils-update +++ b/docs/user/Makefile.docutils-update @@ -5,7 +5,8 @@ slide-shows.s5.html: slide-shows.txt @rst2s5.py slide-shows.txt slide-shows.s5.html \ --config ../../tools/docutils.conf \ --overwrite-theme-files \ - --link-stylesheet + --link-stylesheet \ + --no-generator --no-datestamp --no-source-link slide-shows-alt.s5.html: slide-shows.txt @echo docs/user/slide-shows-alt.s5.html @@ -13,4 +14,5 @@ slide-shows-alt.s5.html: slide-shows.txt --config ../../tools/docutils.conf \ --theme small-black \ --overwrite-theme-files \ - --link-stylesheet + --link-stylesheet \ + --no-generator --no-datestamp --no-source-link |
