From: Thomas Ackermann Date: Wed, 19 Dec 2012 18:15:25 +0000 (+0100) Subject: Remove duplicate entry in ./Documentation/Makefile X-Git-Tag: v1.8.1-rc3~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=18499ba694711c02a5bc729b7f8e362dd760b10a;p=thirdparty%2Fgit.git Remove duplicate entry in ./Documentation/Makefile Signed-off-by: Thomas Ackermann Signed-off-by: Junio C Hamano --- 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)))