summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2022-11-12 20:56:54 +0700
committerMike Frysinger <vapier@gentoo.org>2022-11-12 20:56:54 +0700
commit6b26971c4407588e031a7e21c52b796b833b9c36 (patch)
tree965e3975e77edeb40c29df86bff677f36d68f471
parent51d58fda7ee791e4692d191e442b9fbf489db9ea (diff)
downloadacl-6b26971c4407588e031a7e21c52b796b833b9c36.tar.gz
doc: add INSTALL back to release tarballs
This was accidentally dropped in the build refactor in commit c8f23c92177c5a82ab3699b1b0d4acbee9afb770 ("modernize build system"). Reported-by: Robert Davies <rob@robdavies.net>
-rw-r--r--doc/Makemodule.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/Makemodule.am b/doc/Makemodule.am
index 1b9c165..b5698ac 100644
--- a/doc/Makemodule.am
+++ b/doc/Makemodule.am
@@ -1,10 +1,11 @@
dist_doc_DATA += \
- doc/extensions.txt \
doc/CHANGES \
doc/COPYING \
doc/COPYING.LGPL \
+ doc/extensions.txt \
doc/libacl.txt \
doc/PORTING
EXTRA_DIST += \
+ doc/INSTALL \
doc/TODO