blob: d7874e492ee603f4fe4135e51486c2b51c22b33c [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001From d2549d3ef08536be6d141524e3382fef07fea8bf Mon Sep 17 00:00:00 2001
2From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@googlemail.com>
3Date: Tue, 30 Apr 2013 19:48:27 +0200
4Subject: [PATCH] Makefile.am: do not build help
5MIME-Version: 1.0
6Content-Type: text/plain; charset=UTF-8
7Content-Transfer-Encoding: 8bit
8
9Upstream-Status: Inappropriate [configuration]
10
11Signed-off-by: Andreas MΓΌller <schnitzeltony@googlemail.com>
12---
13 Makefile.am | 2 +-
14 1 files changed, 1 insertions(+), 1 deletions(-)
15
16diff --git a/Makefile.am b/Makefile.am
17index 89f7ee4..31e11ab 100644
18--- a/Makefile.am
19+++ b/Makefile.am
20@@ -1,4 +1,4 @@
21-SUBDIRS = src po help
22+SUBDIRS = src po
23
24 NULL =
25
26--
271.7.6.5
28