You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
958 B

  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. [adapted old patch and converted to git patch]
  6. Signed-off-by: Phil Eichinger <phil@zankapfel.net>
  7. ---
  8. Makefile.in | 2 +-
  9. 1 file changed, 1 insertion(+), 1 deletion(-)
  10. diff --git a/Makefile.in b/Makefile.in
  11. index 1909835..cfa7ca0 100644
  12. --- a/Makefile.in
  13. +++ b/Makefile.in
  14. @@ -458,7 +458,7 @@ get_cs_cmdline = $(call get_cs_compile,$(1)) $(call get_cs_all_flags,$(1),check_
  15. AUTOMAKE_OPTIONS = 1.6 foreign
  16. @BUILD_IMAP_TRUE@IMAP_SUBDIR = imap
  17. @BUILD_IMAP_TRUE@IMAP_INCLUDES = -I$(top_srcdir)/imap
  18. -SUBDIRS = m4 po intl doc contrib $(IMAP_SUBDIR)
  19. +SUBDIRS = m4 intl contrib $(IMAP_SUBDIR)
  20. bin_SCRIPTS = muttbug flea $(SMIMEAUX_TARGET)
  21. @BUILD_HCACHE_TRUE@HCVERSION = hcversion.h
  22. BUILT_SOURCES = keymap_defs.h patchlist.c reldate.h conststrings.c $(HCVERSION)
  23. --
  24. 2.1.4