0001-no-po-and-docs.patch (918B)
1 From b0e285a8c7faaec8807fdd677da6750f341f0109 Mon Sep 17 00:00:00 2001 2 From: Phil Eichinger <phil@zankapfel.net> 3 Date: Thu, 19 Nov 2015 13:18:53 +0100 4 Subject: [PATCH] no po and docs 5 6 [adapted old patch and converted to git patch] 7 Signed-off-by: Phil Eichinger <phil@zankapfel.net> 8 --- 9 Makefile.in | 2 +- 10 1 file changed, 1 insertion(+), 1 deletion(-) 11 12 diff --git a/Makefile.in b/Makefile.in 13 index 1909835..cfa7ca0 100644 14 --- a/Makefile.in 15 +++ b/Makefile.in 16 @@ -470,7 +470,7 @@ get_cs_cmdline = $(call get_cs_compile,$ 17 AUTOMAKE_OPTIONS = 1.6 foreign 18 @BUILD_IMAP_TRUE@IMAP_SUBDIR = imap 19 @BUILD_IMAP_TRUE@IMAP_INCLUDES = -I$(top_srcdir)/imap 20 -SUBDIRS = m4 po intl doc contrib $(IMAP_SUBDIR) 21 +SUBDIRS = m4 intl contrib $(IMAP_SUBDIR) 22 bin_SCRIPTS = muttbug flea $(SMIMEAUX_TARGET) 23 @BUILD_HCACHE_TRUE@HCVERSION = hcversion.h 24 BUILT_SOURCES = keymap_defs.h patchlist.c reldate.h conststrings.c $(HCVERSION) 25 -- 26 2.1.4 27