File tree Expand file tree Collapse file tree 5 files changed +23
-7
lines changed
Expand file tree Collapse file tree 5 files changed +23
-7
lines changed Original file line number Diff line number Diff line change 11MAN1_TXT = \
22 $(filter-out $(addsuffix .txt, $(ARTICLES ) $(SP_ARTICLES ) ) , \
33 $(wildcard git-* .txt) ) \
4- gitk.txt gitweb.txt git.txt
4+ gitk.txt gitweb.txt git.txt gitremote-helpers.txt
55MAN5_TXT =gitattributes.txt gitignore.txt gitmodules.txt githooks.txt \
66 gitrepository-layout.txt gitweb.conf.txt
77MAN7_TXT =gitcli.txt gittutorial.txt gittutorial-2.txt \
@@ -13,7 +13,8 @@ MAN_TXT = $(MAN1_TXT) $(MAN5_TXT) $(MAN7_TXT)
1313MAN_XML =$(patsubst % .txt,% .xml,$(MAN_TXT ) )
1414MAN_HTML =$(patsubst % .txt,% .html,$(MAN_TXT ) )
1515
16- DOC_HTML =$(MAN_HTML )
16+ OBSOLETE_HTML = git-remote-helpers.html
17+ DOC_HTML =$(MAN_HTML ) $(OBSOLETE_HTML )
1718
1819ARTICLES = howto-index
1920ARTICLES += everyday
@@ -261,6 +262,12 @@ $(MAN_HTML): %.html : %.txt asciidoc.conf
261262 $(ASCIIDOC_EXTRA ) -agit_version=$(GIT_VERSION ) -o $@ + $< && \
262263 mv $@ + $@
263264
265+ $(OBSOLETE_HTML ) : % .html : % .txto asciidoc.conf
266+ $(QUIET_ASCIIDOC )$(RM ) $@ + $@ && \
267+ $(ASCIIDOC ) -b xhtml11 -f asciidoc.conf \
268+ $(ASCIIDOC_EXTRA ) -agit_version=$(GIT_VERSION ) -o $@ + $< && \
269+ mv $@ + $@
270+
264271manpage-base-url.xsl : manpage-base-url.xsl.in
265272 sed " s|@@MAN_BASE_URL@@|$( MAN_BASE_URL) |" $< > $@
266273
Original file line number Diff line number Diff line change 1+ git-remote-helpers
2+ ==================
3+
4+ This document has been moved to linkgit:gitremote-helpers[1].
5+
6+ Please let the owners of the referring site know so that they can update the
7+ link you clicked to get here.
8+
9+ Thanks.
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ The best way to learn more is to read the comments and source code in
2323
2424SEE ALSO
2525--------
26- linkgit:git-remote -helpers[1]
26+ linkgit:gitremote -helpers[1]
2727
2828GIT
2929---
Original file line number Diff line number Diff line change 1- git-remote -helpers(1)
2- =====================
1+ gitremote -helpers(1)
2+ ====================
33
44NAME
55----
6- git-remote -helpers - Helper programs to interact with remote repositories
6+ gitremote -helpers - Helper programs to interact with remote repositories
77
88SYNOPSIS
99--------
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ may be used:
5555
5656where <address> may be a path, a server and path, or an arbitrary
5757URL-like string recognized by the specific remote helper being
58- invoked. See linkgit:git-remote -helpers[1] for details.
58+ invoked. See linkgit:gitremote -helpers[1] for details.
5959
6060If there are a large number of similarly-named remote repositories and
6161you want to use a different format for them (such that the URLs you
You can’t perform that action at this time.
0 commit comments