Skip the "misc" directory on recursion. (This contains .el files that
will attempt to install into never-never land if emacs isn't installed. GNU bogon.)
This commit is contained in:
parent
e95d648871
commit
13dd6cb726
|
@ -103,7 +103,7 @@ gettextsrcdir = $(datadir)/gettext
|
||||||
gettextsrc_DATA = ABOUT-NLS
|
gettextsrc_DATA = ABOUT-NLS
|
||||||
|
|
||||||
EXTRA_DIST = BUGS DISCLAIM README.gemtext
|
EXTRA_DIST = BUGS DISCLAIM README.gemtext
|
||||||
SUBDIRS = doc lib intl src po m4 misc tests
|
SUBDIRS = doc lib intl src po m4 tests
|
||||||
|
|
||||||
DISTCLEANFILES = intl/libintl.h
|
DISTCLEANFILES = intl/libintl.h
|
||||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||||
|
|
Loading…
Reference in New Issue