From 18499ba694711c02a5bc729b7f8e362dd760b10a Mon Sep 17 00:00:00 2001 From: Thomas Ackermann Date: Wed, 19 Dec 2012 19:15:25 +0100 Subject: [PATCH] Remove duplicate entry in ./Documentation/Makefile Signed-off-by: Thomas Ackermann Signed-off-by: Junio C Hamano --- Documentation/Makefile | 1 - 1 file changed, 1 deletion(-) 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))) -- 2.11.4.GIT