diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2009-07-19 13:14:20 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2009-07-19 13:14:20 +0300 |
commit | 99f9e879a6a8bb54a65da99c12e0f390216c152a (patch) | |
tree | 3eeed9612c208ffa6e08f028d2bf7e2c79f17a56 /Makefile.am | |
parent | Added missing author notice to xzless.in. (diff) | |
download | xz-99f9e879a6a8bb54a65da99c12e0f390216c152a.tar.xz |
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 '')
-rw-r--r-- | Makefile.am | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 6543361f..b04a096c 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 \ |