<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/Documentation/Makefile, branch v1.4.2</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v1.4.2</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v1.4.2'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2006-07-26T20:35:35Z</updated>
<entry>
<title>Merge branch 'pb/configure'</title>
<updated>2006-07-26T20:35:35Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2006-07-26T20:35:35Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=24cf6e5847073d50390e0b7950e8e6b5a09103bc'/>
<id>urn:sha1:24cf6e5847073d50390e0b7950e8e6b5a09103bc</id>
<content type='text'>
* pb/configure:
  Rename man1 and man7 variables to man1dir and man7dir
  Allow INSTALL, bindir, mandir to be set in main Makefile
</content>
</entry>
<entry>
<title>Documentation/Makefile: product depends on asciidoc.conf</title>
<updated>2006-07-14T23:32:38Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2006-07-14T23:32:38Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=c7543ce0be5609df8123f88ac75a06c1bda98f0e'/>
<id>urn:sha1:c7543ce0be5609df8123f88ac75a06c1bda98f0e</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Rename man1 and man7 variables to man1dir and man7dir</title>
<updated>2006-06-30T06:49:16Z</updated>
<author>
<name>Jakub Narebski</name>
<email>jnareb@gmail.com</email>
</author>
<published>2006-06-29T21:26:54Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=7b8cf0cf2973cc8df3bdd36b9b36542b1f04d70a'/>
<id>urn:sha1:7b8cf0cf2973cc8df3bdd36b9b36542b1f04d70a</id>
<content type='text'>
This patch renames man1 and man7 variables to man1dir and man7dir,
according to "Makefile Conventions: Variables for Installation
Directories" in make.info of GNU Make.

Signed-off-by: Jakub Narebski &lt;jnareb@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Allow INSTALL, bindir, mandir to be set in main Makefile</title>
<updated>2006-06-30T06:49:16Z</updated>
<author>
<name>Jakub Narebski</name>
<email>jnareb@gmail.com</email>
</author>
<published>2006-06-29T20:11:25Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=e14421b9aa85f11853a0dacae09498515daab7b8'/>
<id>urn:sha1:e14421b9aa85f11853a0dacae09498515daab7b8</id>
<content type='text'>
Makefiles in subdirectories now use existing value of INSTALL, bindir,
mandir if it is set, allowing those to be set in main Makefile or in
included config.mak.  Main Makefile exports variables which it sets.

Accidentally it renames bin to bindir in Documentation/Makefile
(should be bindir from start, but is unused, perhaps to be removed).

Signed-off-by: Jakub Narebski &lt;jnareb@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Documentation/Makefile: remove extra /</title>
<updated>2006-05-26T05:48:45Z</updated>
<author>
<name>Martin Waitz</name>
<email>tali@admingilde.org</email>
</author>
<published>2006-05-25T12:37:46Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=c53603249c8fc8ee5e12710087e7287eb6dda5f6'/>
<id>urn:sha1:c53603249c8fc8ee5e12710087e7287eb6dda5f6</id>
<content type='text'>
As both DESTDIR and the prefix are supposed to be absolute pathnames
they can simply be concatenated without an extra / (like in the main Makefile).
The extra slash may even break installation on Windows.

[jc: adjusted an earlier workaround for this problem in the dist-doc
 target in the main Makefile as well. ]

Signed-off-by: Martin Waitz &lt;tali@admingilde.org&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>tutorial: add discussion of index file, object database</title>
<updated>2006-05-22T00:15:43Z</updated>
<author>
<name>J. Bruce Fields</name>
<email>bfields@citi.umich.edu</email>
</author>
<published>2006-05-21T23:49:34Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=e31952da5c52a4c1e028de634204c6bc2504771f'/>
<id>urn:sha1:e31952da5c52a4c1e028de634204c6bc2504771f</id>
<content type='text'>
Add a sequel to tutorial.txt which discusses the index file and
the object database.

Signed-off-by: J. Bruce Fields &lt;bfields@citi.umich.edu&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Properly render asciidoc "callouts" in git man pages.</title>
<updated>2006-04-28T21:31:51Z</updated>
<author>
<name>Sean Estabrooks</name>
<email>seanlkml@sympatico.ca</email>
</author>
<published>2006-04-28T13:15:06Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=776e994af5b85d77424581bda37fb615897063cc'/>
<id>urn:sha1:776e994af5b85d77424581bda37fb615897063cc</id>
<content type='text'>
Adds an xsl fragment to render docbook callouts when
converting to man page format.  Update the Makefile
to have "xmlto" use it when generating man pages.

Signed-off-by: Sean Estabrooks &lt;seanlkml@sympatico.ca&gt;
</content>
</entry>
<entry>
<title>Documentation/Makefile: Some `git-*.txt' files aren't manpages.</title>
<updated>2006-03-05T10:32:13Z</updated>
<author>
<name>Mark Wooding</name>
<email>mdw@distorted.org.uk</email>
</author>
<published>2006-03-05T09:36:33Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=4a5d6939509f9aeef600ea17643caef4c898b12f'/>
<id>urn:sha1:4a5d6939509f9aeef600ea17643caef4c898b12f</id>
<content type='text'>
In particular, git-tools.txt isn't a manpage, and my Asciidoc gets upset
by it.  The simplest fix is to Remove articles from the list of manpages
the Makefile.

Signed-off-by: Mark Wooding &lt;mdw@distorted.org.uk&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Don't include ../README in git.txt - make a local copy</title>
<updated>2006-01-25T07:16:31Z</updated>
<author>
<name>Pavel Roskin</name>
<email>proski@gnu.org</email>
</author>
<published>2006-01-25T06:52:22Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=941c9449999192e2d338ee204f4153e30ae43829'/>
<id>urn:sha1:941c9449999192e2d338ee204f4153e30ae43829</id>
<content type='text'>
asciidoc 7.0.4 and newer considers such includes from parent directory
unsafe.

Signed-off-by: Pavel Roskin &lt;proski@gnu.org&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Documentation: finishing touches to the new tutorial.</title>
<updated>2006-01-23T06:43:59Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2006-01-23T06:43:59Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=dcc6e28f70574bf3756752f114b5119c5cb43375'/>
<id>urn:sha1:dcc6e28f70574bf3756752f114b5119c5cb43375</id>
<content type='text'>
We forgot to update the primary link from git.html leading to
the tutorial, and also forgot to build and install the renamed
core-tutorial document.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
</feed>
