By specifying 'neomutt' as the tarname, the docs and translations were
being installed in wrong places.
Note: distdir is overridden in Makefile.am so that we still get a
neomutt tarfile on "make dist".
doc/neomutt-syntax.vim
po/POTFILES
-po/neomutt.pot
+po/mutt.pot
.version
aclocal.m4
HCVERSION = hcversion.h
endif
+distdir = neo$(PACKAGE)-$(VERSION)
+
BUILT_SOURCES = keymap_defs.h patchlist.c oldmutt_ver.h conststrings.c hcachever.sh $(HCVERSION) $(top_srcdir)/.version
bin_PROGRAMS = mutt $(DOTLOCK_TARGET) $(PGPAUX_TARGET)
CFLAGS=$CFLAGS
LDFLAGS=$LDFLAGS
-AC_INIT([NeoMutt], [20160910], [neomutt-devel@neomutt.org], [neomutt], [http://www.neomutt.org])
+AC_INIT([NeoMutt], [20160910], [neomutt-devel@neomutt.org], [mutt], [http://www.neomutt.org])
AC_CONFIG_SRCDIR(mutt.h)
AM_INIT_AUTOMAKE
AC_CONFIG_HEADERS([config.h])