From: Richard Russon Date: Sun, 1 Jan 2017 12:13:17 +0000 (+0000) Subject: build: fix "make dist" target X-Git-Tag: neomutt-20170113~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8ff1ed7ec4bd83f8b6939649ffac7fed4ba43782;p=neomutt build: fix "make dist" target --- diff --git a/Makefile.am b/Makefile.am index e94211867..15c7ef0a7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,7 +6,7 @@ AUTOMAKE_OPTIONS = 1.6 foreign EXTRA_PROGRAMS = mutt_dotlock pgpring pgpewrap mutt_md5 # Test the .tar file by building everything -AM_DISTCHECK_CONFIGURE_FLAGS = --enable-pop --enable-imap --enable-smtp --enable-hcache --with-bdb --with-gdbm --with-kyotocabinet --with-lmdb --with-qdbm --with-tokyocabinet --enable-gpgme --enable-sidebar --enable-nntp --enable-notmuch --enable-compressed --enable-debug --with-gnutls --with-sasl --with-gss +AM_DISTCHECK_CONFIGURE_FLAGS = --enable-pop --enable-imap --enable-smtp --with-bdb --with-gdbm --with-kyotocabinet --with-lmdb --with-qdbm --with-tokyocabinet --enable-gpgme --enable-sidebar --enable-nntp --enable-notmuch --enable-compressed --enable-debug --with-gnutls --with-sasl --with-gss if BUILD_DOC DOC_SUBDIR = doc diff --git a/doc/Makefile.am b/doc/Makefile.am index 9c511380f..4fb497116 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -218,7 +218,7 @@ smime_keys.1: $(srcdir)/smime_keys.man stamp-doc-xml: makedoc$(EXEEXT) $(top_srcdir)/init.h \ manual.xml.head $(top_srcdir)/functions.h $(top_srcdir)/OPS* manual.xml.tail \ $(srcdir)/gen-map-doc - ( mutt_ver=`sed -n -e '/MUTT_VERSION/s/.*"\(.*\)".*/\1/p' $(top_srcdir)/config.h` && \ + ( mutt_ver=`sed -n -e '/MUTT_VERSION/s/.*"\(.*\)".*/\1/p' ../config.h` && \ sed -e "s/@VERSION\@/$(PACKAGE_VERSION) ($$mutt_ver)/" $(srcdir)/manual.xml.head && \ $(MAKEDOC_CPP) $(top_srcdir)/init.h | ./makedoc$(EXEEXT) -s && \ $(MAKEDOC_CPP) $(top_srcdir)/functions.h | \