summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2019-03-29 00:46:13 +0100
committerpgen <p.gen.progs@gmail.com>2019-03-30 11:39:03 +0100
commit21c53c7920633c4f6a848c2f418b5ff4cf3fd52a (patch)
treeae7fcffc6e8524cdd87f16b1958900d9e2a04b21 /Makefile.am
parentf2dd3b30aa30209253c50bdd3fab44c0de750d0f (diff)
Improve error messages and add a FAQ
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 4688d0e..9518f43 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,8 +3,9 @@ smenu_SOURCES = smenu.c smenu.h list.c list.h xmalloc.c xmalloc.h \
index.c index.h utf8.c utf8.h fgetc.c fgetc.h \
utils.c utils.h getopt.c getopt.h usage.c usage.h
dist_man_MANS = smenu.1
-EXTRA_DIST = smenu.spec.in smenu.spec ChangeLog build.sh version \
- COPYRIGHT LICENSE.rst README.rst examples build-aux tests
+EXTRA_DIST = smenu.spec.in smenu.spec ChangeLog build.sh version \
+ COPYRIGHT LICENSE.rst README.rst examples build-aux tests \
+ FAQ
dist-hook:
@chmod u+rw $(distdir)/tests; \