diff options
author | Thomas Ackermann <th.acker@arcor.de> | 2012-12-19 19:15:25 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-12-19 10:24:23 -0800 |
commit | 18499ba694711c02a5bc729b7f8e362dd760b10a (patch) | |
tree | fa3d38e359ec260d0333ba8034f126286d730f7a /Documentation/Makefile | |
parent | 252f922b1919db3bcfdc07bbedff7d3c42172959 (diff) | |
download | git-18499ba694711c02a5bc729b7f8e362dd760b10a.tar.gz |
Remove duplicate entry in ./Documentation/Makefile
Signed-off-by: Thomas Ackermann <th.acker@arcor.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/Makefile')
-rw-r--r-- | Documentation/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/Makefile b/Documentation/Makefile index 361550422a..7df75d0b9d 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -31,7 +31,6 @@ SP_ARTICLES += howto/separating-topic-branches SP_ARTICLES += howto/revert-a-faulty-merge SP_ARTICLES += howto/recover-corrupted-blob-object SP_ARTICLES += howto/rebuild-from-update-hook -SP_ARTICLES += howto/rebuild-from-update-hook SP_ARTICLES += howto/rebase-from-internal-branch SP_ARTICLES += howto/maintain-git API_DOCS = $(patsubst %.txt,%,$(filter-out technical/api-index-skel.txt technical/api-index.txt, $(wildcard technical/api-*.txt))) |