Re: [PATCH 12/13] Documentation/Makefile: update git guide links

2013-02-26 Thread Philip Oakley
On 26/02/13 00:04, Junio C Hamano wrote: Philip Oakley writes: On 25/02/13 05:29, Junio C Hamano wrote: ... In other words, can't you change the side that launches the document viewer so that we do not have to rename anything in the first place? The current help code will only show either '

Re: [PATCH 12/13] Documentation/Makefile: update git guide links

2013-02-25 Thread Junio C Hamano
Philip Oakley writes: > On 25/02/13 05:29, Junio C Hamano wrote: > ... >> In other words, can't you change the side that launches the document >> viewer so that we do not have to rename anything in the first place? > > The current help code will only show either 'git-' man pages, or > git' pages

Re: [PATCH 12/13] Documentation/Makefile: update git guide links

2013-02-25 Thread Philip Oakley
On 25/02/13 05:29, Junio C Hamano wrote: Philip Oakley writes: @@ -35,6 +37,8 @@ MAN_XML=$(patsubst %.txt,%.xml,$(MAN_TXT)) MAN_HTML=$(patsubst %.txt,%.html,$(MAN_TXT)) OBSOLETE_HTML = git-remote-helpers.html +OBSOLETE_HTML = everyday.html +OBSOLETE_HTML = user-manual.html DOC_HTML=$(MA

Re: [PATCH 12/13] Documentation/Makefile: update git guide links

2013-02-24 Thread Junio C Hamano
Philip Oakley writes: > @@ -35,6 +37,8 @@ MAN_XML=$(patsubst %.txt,%.xml,$(MAN_TXT)) > MAN_HTML=$(patsubst %.txt,%.html,$(MAN_TXT)) > > OBSOLETE_HTML = git-remote-helpers.html > +OBSOLETE_HTML = everyday.html > +OBSOLETE_HTML = user-manual.html > DOC_HTML=$(MAN_HTML) $(OBSOLETE_HTML) If you

Re: [git] [PATCH 12/13] Documentation/Makefile: update git guide links

2013-02-24 Thread Philip Oakley
On 24/02/13 14:58, W. Trevor King wrote: On Sat, Feb 23, 2013 at 11:06:00PM +, Philip Oakley wrote: OBSOLETE_HTML = git-remote-helpers.html +OBSOLETE_HTML = everyday.html +OBSOLETE_HTML = user-manual.html DOC_HTML=$(MAN_HTML) $(OBSOLETE_HTML) Should be '+=' instead of '='. Well spott

Re: [git] [PATCH 12/13] Documentation/Makefile: update git guide links

2013-02-24 Thread W. Trevor King
On Sat, Feb 23, 2013 at 11:06:00PM +, Philip Oakley wrote: > OBSOLETE_HTML = git-remote-helpers.html > +OBSOLETE_HTML = everyday.html > +OBSOLETE_HTML = user-manual.html > DOC_HTML=$(MAN_HTML) $(OBSOLETE_HTML) Should be '+=' instead of '='. -- This email may be signed or encrypted with Gnu

[PATCH 12/13] Documentation/Makefile: update git guide links

2013-02-23 Thread Philip Oakley
Signed-off-by: Philip Oakley --- Documentation/Makefile | 4 1 file changed, 4 insertions(+) diff --git a/Documentation/Makefile b/Documentation/Makefile index 62dbd9a..dc759a2 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -23,11 +23,13 @@ MAN7_TXT += gitcore-tutorial.