Include README.md and tests in the release tarball

Also, fix "make distcheck", it failed because of the relative path "*.m4":

    make[3]: Entering directory `/home/jakob/encfs/encfs-1.8.1/_build/m4'
    make[3]: *** No rule to make target `*.m4', needed by `distdir'.  Stop.
This commit is contained in:
Jakob Unterwurzacher 2015-03-29 18:40:22 +02:00
parent 1d3ab3605b
commit 12e0cd047f
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ endif
SUBDIRS = encfs m4 $(NLS_DIR)
EXTRA_DIST = encfs.spec intl/gettext.h
EXTRA_DIST = encfs.spec intl/gettext.h tests README.md
AUTOMAKE_OPTIONS = foreign

View File

@ -1,4 +1,4 @@
EXTRA_DIST = *.m4
EXTRA_DIST = $(top_srcdir)/*.m4
#\
# ax_pthread.m4 intl.m4 lib-ld.m4 ltsugar.m4 size_max.m4 \