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.

26 lines
666 B

  1. From 6dbfafd4b8bfc9f5e53db90c5279784c506a3253 Mon Sep 17 00:00:00 2001
  2. From: Phil Eichinger <phil@zankapfel.net>
  3. Date: Tue, 17 Oct 2017 06:44:04 +0200
  4. Subject: [PATCH] no po
  5. docs are disabled via ./configure --disable-doc now
  6. ---
  7. Makefile.am | 2 +-
  8. 1 file changed, 1 insertion(+), 1 deletion(-)
  9. diff --git a/Makefile.am b/Makefile.am
  10. index 4bc2db4..bb00927 100644
  11. --- a/Makefile.am
  12. +++ b/Makefile.am
  13. @@ -14,7 +14,7 @@ IMAP_SUBDIR = imap
  14. IMAP_INCLUDES = -I$(top_srcdir)/imap
  15. endif
  16. -SUBDIRS = m4 po intl $(DOC_SUBDIR) contrib $(IMAP_SUBDIR)
  17. +SUBDIRS = m4 intl $(DOC_SUBDIR) contrib $(IMAP_SUBDIR)
  18. bin_SCRIPTS = muttbug flea $(SMIMEAUX_TARGET)
  19. --
  20. 2.11.0