summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2009-07-19 13:14:20 +0300
committerLasse Collin <lasse.collin@tukaani.org>2009-07-19 13:14:20 +0300
commit99f9e879a6a8bb54a65da99c12e0f390216c152a (patch)
tree3eeed9612c208ffa6e08f028d2bf7e2c79f17a56 /Makefile.am
parentef4cf1851de89022cba5674784f1a8f6343c15b0 (diff)
downloadxz-99f9e879a6a8bb54a65da99c12e0f390216c152a.tar.gz
Major documentation update.
Installation and packaging instructions were added. README and other generic docs were revised. Some of the documentation files are now installed to $docdir.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am11
1 files changed, 11 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 6543361..b04a096 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -14,6 +14,17 @@ endif
SUBDIRS += src po tests
+doc_DATA = \
+ AUTHORS \
+ COPYING \
+ COPYING.GPLv2 \
+ NEWS \
+ README \
+ THANKS \
+ TODO \
+ doc/xz-file-format.txt \
+ doc/lzma-file-format.txt
+
EXTRA_DIST = \
version.sh \
Doxyfile.in \