From: Thomas Ackermann
Date: Wed, 19 Dec 2012 18:15:25 +0000 (+0100)
Subject: Remove duplicate entry in ./Documentation/Makefile
X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=18499ba694711c02a5bc729b7f8e362dd760b10a;p=git.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 361550422..7df75d0b9 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)))