diff options
| author | Georg Brandl <georg@python.org> | 2008-07-29 09:07:37 +0000 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2008-07-29 09:07:37 +0000 |
| commit | 6c2f991be0bef3257541a1aaad16d774f3cfe1eb (patch) | |
| tree | 485f339088777469a855a4f19aa1e723e981c1e4 /Makefile | |
| parent | e3158eb65399e433be40fb6930561a92010a4c1c (diff) | |
| download | sphinx-git-6c2f991be0bef3257541a1aaad16d774f3cfe1eb.tar.gz | |
Merged revisions 65138,65145-65146,65268-65273 via svnmerge from
svn+ssh://pythondev@svn.python.org/doctools/branches/0.4.x
........
r65138 | georg.brandl | 2008-07-19 15:42:35 +0200 (Sat, 19 Jul 2008) | 2 lines
#3416: fix missing parameter.
........
r65145 | georg.brandl | 2008-07-19 20:01:25 +0200 (Sat, 19 Jul 2008) | 2 lines
Now that we don't ship Jinja anymore by default the comment can go.
........
r65146 | georg.brandl | 2008-07-19 20:01:51 +0200 (Sat, 19 Jul 2008) | 2 lines
Reread documents with globbed toctrees when files are removed/added.
........
r65268 | georg.brandl | 2008-07-29 10:21:33 +0200 (Tue, 29 Jul 2008) | 2 lines
Fix by Markus Gritsch to place correct links to headings.
........
r65269 | georg.brandl | 2008-07-29 10:21:59 +0200 (Tue, 29 Jul 2008) | 2 lines
Make the writer's settings public.
........
r65270 | georg.brandl | 2008-07-29 10:22:28 +0200 (Tue, 29 Jul 2008) | 2 lines
Export test_root.
........
r65271 | georg.brandl | 2008-07-29 10:22:47 +0200 (Tue, 29 Jul 2008) | 2 lines
Add a markup test.
........
r65272 | georg.brandl | 2008-07-29 10:27:19 +0200 (Tue, 29 Jul 2008) | 2 lines
Bump version number.
........
r65273 | georg.brandl | 2008-07-29 11:05:37 +0200 (Tue, 29 Jul 2008) | 2 lines
Correct rendering of ``samp``.
........
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,4 +27,4 @@ reindent: @$(PYTHON) utils/reindent.py -r -B . test: - @cd tests; $(PYTHON) run.py + @cd tests; $(PYTHON) run.py -d |
