Commit Graph
33 Commits
Author SHA1 Message Date
jfbu 720e155b83 Add a comment to Makefile template for make-mode, update doc/Makefile 2016-10-23 10:45:23 +02:00
Yoshiki Shibukawa 6ee4289a95 Fix doc/Makefile that can't build man because of doc/man folder exists 2016-10-13 22:25:22 +09:00
Georg Brandl 48aeed6fd8 add back missing @ 2014-01-19 17:49:57 +01:00
Georg Brandl 1653c5d242 Make mode: refactor using a class and add source dir to the makefile 2014-01-19 16:23:23 +01:00
Georg Brandl 91d92be8ad Add "make mode" to sphinx-build, invoked by the -M flag.
This is intended to do almost all of what the quickstart-generated Makefile
and make.bat did, but within Sphinx.  The advantages are:

* no duplication between Unix and Windows files
* updates and fixes are propagated (the generated makefiles never update)
* more Python code, less shell code!
2014-01-11 19:36:05 +01:00
Georg Brandl 998d567d5c Closes #1065: in Makefiles, ignore errors in "rm" using the -f flag, not a "-" prefix. 2012-12-31 09:39:02 +01:00
Jonathan Waltman 8ac4aa6282 Add Docutils-native XML and pseudo-XML builders 2012-12-04 21:10:15 -06:00
Georg Brandl c266128c6d Rename "intl" module to "gettext", to make it easier to find. Distinguish environments with different versioning methods and always give the gettext builder its own doctree dir. 2011-01-08 17:32:32 +01:00
Jonathan Waltman a5343b4c5b Add documentation for Texinfo builder 2010-09-16 02:16:27 -05:00
Robert Lehmann 7a40e07eda merge with trunk 2010-08-17 11:08:23 +02:00
Robert Lehmann a1932f62f0 Add gettext builder to Sphinx docs. 2010-05-30 17:02:54 +02:00
Georg Brandl 065fec54f9 Mention more targets in "make help". 2010-05-30 09:06:34 +02:00
Georg Brandl 41e55b92de Add missing targets to Makefile; do not build latex twice for latexpdf target. 2010-05-30 09:02:22 +02:00
Georg Brandl ac9245de2d Update phony targets. 2010-05-30 08:49:33 +02:00
Georg Brandl 8d1235d7ad #419: remove unnecessary mkdir call. 2010-05-26 19:08:15 +02:00
Georg Brandl c8c703805c merge with 0.6 2010-05-22 12:59:18 +02:00
Georg Brandl d1027d6057 Add json target. 2010-05-22 11:40:52 +02:00
Georg Brandl e7405554a7 Adjust alignment. 2010-07-17 19:52:54 +02:00
Georg Brandl 79e824d96a Add shortcut for SPHINXOPTS. 2010-03-01 22:31:17 +01:00
Georg Brandl 51e8de3446 Update phony target lists. 2010-02-25 22:03:27 +01:00
Georg Brandl 121b864f31 Add manual page writer. 2010-02-21 11:50:08 +01:00
Georg Brandl 744a519c92 Add single-file HTML builder. Closes #151. 2010-01-17 16:48:02 +01:00
Georg Brandl 11089371b1 Simplify makefile. 2010-01-17 15:33:28 +01:00
Roland Meister 706e12da65 Initial import from local repository 2009-12-28 17:09:09 +01:00
Georg Brandl 2dff2e3bfa Add DirectoryHTMLBuilder (contributed as PrettyHTMLBuilder by Will Maier). 2009-02-19 00:07:47 +01:00
Georg Brandl 04348edcee New builder for Qt help collections, by Antonio Valentino.
(This is not finished work yet.)
2008-12-29 00:51:51 +01:00
Georg Brandl b80d874126 Add text target. 2008-12-25 21:44:38 +01:00
Georg Brandl f5ea8295cd Fix leftovers. 2008-12-21 00:24:36 +01:00
Georg Brandl 0e1befa4a9 Several fixes in the latex processing. 2008-03-26 12:16:59 +00:00
Georg Brandl aa9ba35f23 Rename pickle builder target. 2008-03-25 18:31:06 +00:00
Georg Brandl 5f78bc436b Use Windows-friendlier dirnames. 2008-03-21 15:20:50 +00:00
Georg Brandl 77441d7549 * Add docs for sphinx.ext.doctest.
* Update parse_node functions.
2008-03-21 14:06:04 +00:00
Georg Brandl 931cd9190a Add doc Makefile. 2008-03-18 19:52:26 +00:00