X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=Makefile.am;h=f8b6405fee8afa6e752d4ba3551e0197a5d74aeb;hb=0abf0c49a4367c1d0f234e457db2c59a8443afbf;hp=af437a64d6d80a47ea903fd842a648fc59cbcd9a;hpb=28a2ee5c0e64ceb2a9c227bd965eabaf68b574c5;p=apply-default-acl.git diff --git a/Makefile.am b/Makefile.am index af437a6..f8b6405 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1 +1,5 @@ +ACLOCAL_AMFLAGS = -I m4 SUBDIRS = src +EXTRA_DIST = doc run-tests.sh +man_MANS = doc/man/apply-default-acl.1 +TESTS = run-tests.sh