diff options
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 \ |