From mboxrd@z Thu Jan 1 00:00:00 1970 From: Philip Oakley Subject: [PATCH 3/6] add giteveryday to the manpages make list Date: Thu, 9 Jan 2014 23:13:09 +0000 Message-ID: <1389309192-5748-4-git-send-email-philipoakley@iee.org> References: <1389309192-5748-1-git-send-email-philipoakley@iee.org> To: GitList X-From: git-owner@vger.kernel.org Fri Jan 10 00:13:52 2014 Return-path: Envelope-to: gcvg-git-2@plane.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1W1OnO-0005Gn-OK for gcvg-git-2@plane.gmane.org; Fri, 10 Jan 2014 00:13:51 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756032AbaAIXNH (ORCPT ); Thu, 9 Jan 2014 18:13:07 -0500 Received: from out1.ip03ir2.opaltelecom.net ([62.24.128.239]:31454 "EHLO out1.ip03ir2.opaltelecom.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752369AbaAIXND (ORCPT ); Thu, 9 Jan 2014 18:13:03 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AnYGAJQsz1JOl3JU/2dsb2JhbABZgwuDOrcVgQ8XdIImAQVWMwhJORgGBhOICMMmF48MhDcEqiyDLTw X-IPAS-Result: AnYGAJQsz1JOl3JU/2dsb2JhbABZgwuDOrcVgQ8XdIImAQVWMwhJORgGBhOICMMmF48MhDcEqiyDLTw X-IronPort-AV: E=Sophos;i="4.95,634,1384300800"; d="scan'208";a="446464905" Received: from host-78-151-114-84.as13285.net (HELO localhost) ([78.151.114.84]) by out1.ip03ir2.opaltelecom.net with ESMTP; 09 Jan 2014 23:12:59 +0000 X-Mailer: git-send-email 1.8.3.msysgit.0 In-Reply-To: <1389309192-5748-1-git-send-email-philipoakley@iee.org> Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Signed-off-by: Philip Oakley --- Documentation/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/Makefile b/Documentation/Makefile index 91a12c7..7b745d0 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -23,6 +23,7 @@ MAN7_TXT += gitcore-tutorial.txt MAN7_TXT += gitcredentials.txt MAN7_TXT += gitcvs-migration.txt MAN7_TXT += gitdiffcore.txt +MAN7_TXT += giteveryday.txt MAN7_TXT += gitglossary.txt MAN7_TXT += gitnamespaces.txt MAN7_TXT += gitrevisions.txt -- 1.8.3.msysgit.0