doc/Makefile
Mon, 22 Mar 2021 13:21:12 -0700 Martin von Zweigbergk makefile: use Python 3 by default when building docs as well
Wed, 15 Apr 2020 22:18:05 -0400 Matt Harbison make: drop the `-c` arg to `install` in the documentation makefile
Thu, 21 Nov 2019 23:35:29 -0500 Augie Fackler cleanup: update references to /help/ that should now be /helptext/
Thu, 04 Apr 2019 19:06:48 +0200 Philippe Pepiot packaging: allow to run make with python3
Sun, 03 Mar 2019 10:31:23 -0800 Gregory Szorc setup: define build_doc command
Wed, 11 Oct 2017 01:19:48 +0200 muxator build: make install in "/doc" failed if the destination dir contained spaces
Wed, 03 Jul 2013 21:50:20 +0900 Takumi IINO doc: make i18n man and html
Wed, 03 Jul 2013 21:49:43 +0900 Takumi IINO doc: make man and html from translated documents
Wed, 03 Jul 2013 21:49:41 +0900 Takumi IINO gendoc: dispatch print document content by commandline arguments
Mon, 30 May 2011 11:14:31 +0200 Martin Geisler doc: rebuild hgrc.5 man and HTML page when help/config changes
Wed, 01 Dec 2010 09:46:11 +0900 Nicolas Dumazet runrst: add RSTARGS Makefile variable to allow customization
Thu, 04 Nov 2010 17:52:40 +0100 Martin Geisler doc/Makefile: docs now also depend on extensions
Sat, 23 Oct 2010 20:10:18 +0200 Martin Geisler doc/Makefile: do not include hg.1.gendoc.txt in MANIFEST stable
Sat, 23 Oct 2010 20:02:46 +0200 Martin Geisler doc/Makefile: cleanup clean target stable
Wed, 21 Jul 2010 17:51:37 +0200 Mads Kiilerich doc: make sure we use our own code for generating man pages stable
Thu, 22 Apr 2010 09:57:04 +0200 Martin Geisler doc: add generic frontend to rst2man and rst2html
Wed, 24 Feb 2010 13:47:59 -0300 Wagner Bruna doc/Makefile: fix doc generation when LANGUAGE is set stable
Thu, 17 Dec 2009 00:32:26 +0100 Martin Geisler Merge with stable
Wed, 16 Dec 2009 23:59:50 +0100 Mads Kiilerich doc/Makefile: Fix rst2html detection stable
Thu, 03 Dec 2009 22:37:49 +0100 Christian Ebert doc: correct path to help files in Makefile
Tue, 01 Dec 2009 00:43:21 +0100 Martin Geisler doc/Makefile: ensure C locale stable
Mon, 02 Nov 2009 21:38:42 +0100 Martin Geisler doc/Makefile: add help/*.txt as a dependency
Wed, 21 Oct 2009 23:40:01 +0200 Martin Geisler doc: add a style sheet to the generated HTML pages
Sun, 13 Sep 2009 17:08:31 +0200 Martin Geisler doc/Makefile: make rst2html and rst2man halt on warnings
Sun, 13 Sep 2009 17:05:38 +0200 Martin Geisler doc/Makefile: do not create files in case of errors
Fri, 04 Sep 2009 22:26:57 +0200 Martin Geisler doc: add TOC to hg.1.html and hgrc.5.html
Thu, 03 Sep 2009 21:36:44 +0200 Martin Geisler doc: use our own rst2man.py script (issue1746)
Thu, 20 Aug 2009 23:35:46 +0200 Mads Kiilerich doc/Makefile: detect the right name for rst2man and rst2html
Thu, 20 Aug 2009 23:35:47 +0200 Mads Kiilerich doc/Makefile: Don't show Makefile comments in output
Thu, 20 Aug 2009 23:35:37 +0200 Mads Kiilerich doc/Makefile: detect rst2man errors
Thu, 16 Jul 2009 23:25:26 +0200 Martin Geisler doc: link man pages to one another
Thu, 16 Jul 2009 23:25:26 +0200 Martin Geisler doc: fixup font markup in man pages
Thu, 16 Jul 2009 23:25:26 +0200 Martin Geisler doc: add newline after literal blocks in man pages
Thu, 16 Jul 2009 23:25:26 +0200 Martin Geisler doc: use reStructuredText for man and HTML pages
Fri, 10 Jul 2009 01:23:07 +0200 Martin Geisler doc/Makefile: let hg1.gendoc.txt depend on gendoc.py
Wed, 10 Jun 2009 19:59:44 +0200 Cédric Duval doc: fix regexp for determining the man page section
Thu, 07 May 2009 15:08:25 +0300 Giorgos Keramidas manpage build: fail early when xmlto is not available
Sun, 25 Jan 2009 12:21:57 +0100 Christian Ebert Do not install executable man pages
Sat, 17 Jan 2009 15:15:26 +0100 Patrick Mezard Document how HTML documentation is built under Windows
Thu, 28 Aug 2008 13:06:24 +0200 Christian Ebert doc/Makefile: rephrase comment (typo)
Tue, 24 Jun 2008 09:33:13 +0200 Dirkjan Ochtman use ${PYTHON} var in doc/Makefile as well
Mon, 07 Apr 2008 09:02:04 +0200 Christian Ebert doc: escape .hg at bol in manpages with make (issue1072)
Sat, 30 Jun 2007 01:21:22 +0100 Adam Spiers mercurial.spec: include CONTRIBUTORS, COPYING and man pages in rpm
Mon, 15 Jan 2007 15:49:06 -0500 Jonathan Smith use DESTDIR both places its needed
Mon, 15 Jan 2007 15:31:38 -0500 Jonathan Smith honor DESTDIR env variable for docs' make install
Mon, 15 Jan 2007 15:30:50 -0500 Jonathan Smith install man pages by default into $(PREFIX)/share/man not $(PREFIX)/man since the FHS puts them there
Sat, 16 Dec 2006 13:57:37 +0100 Thomas Arendsen Hein Include hg.1.gendoc.txt in doc/MANIFEST to prevent unnecessary rebuild.
Sat, 16 Dec 2006 13:54:23 +0100 Thomas Arendsen Hein Regenerate hg.1 manpage if help text in help.py changes.
Tue, 12 Dec 2006 11:39:05 +0100 Benoit Boissinot fix MANIFEST generation
Thu, 05 Oct 2006 20:03:38 +0200 Thomas Arendsen Hein Some versions of sed don't support .\+, so use ..* instead.
Wed, 04 Oct 2006 18:43:40 +0200 Thomas Arendsen Hein Corrected install location of manpages.
Tue, 09 May 2006 17:05:49 +0200 wilde Added install target.
Fri, 10 Mar 2006 20:06:41 +0100 Thomas Arendsen Hein make clean now removes generated documentation.
Wed, 01 Mar 2006 09:19:27 +0100 Thomas Arendsen Hein Regenerate hg.1.gendoc.txt if commands.py changed.
Tue, 28 Feb 2006 00:48:49 +0100 Benoit Boissinot generate hg manpage from commands.py docstring
Fri, 03 Feb 2006 10:54:58 +0100 Thomas Arendsen Hein Fall back to asciidoc6 html backend if html4 doesn't work.
Mon, 24 Oct 2005 14:54:34 -0700 Eric Bloodworth Change asciidoc backend to more recent name.
Mon, 22 Aug 2005 08:33:02 +0200 Thomas Arendsen Hein Generate html documentation by default, too.
Sun, 10 Jul 2005 16:14:06 -0800 Bryan O'Sullivan Move hgrc documentation out to its own man page, hgrc(5).
Fri, 24 Jun 2005 23:15:50 -0800 mpm Add a doc makefile
less more (0) tip