diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2009-08-13 09:37:21 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2009-08-13 09:37:21 +0300 |
commit | df636eb4e066b4e154ce8e66e82c87ba1db652a6 (patch) | |
tree | b0238ae2837d0a64cfa0b200a06a6208dd466934 /Makefile.am | |
parent | Fix first line of xz man page. (diff) | |
download | xz-df636eb4e066b4e154ce8e66e82c87ba1db652a6.tar.xz |
Add xz man page to manfiles in toplevel Makefile.am.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 924ddf64..46c2cd7b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -40,6 +40,7 @@ ACLOCAL_AMFLAGS = -I m4 # List of man pages to conver to PDF and plain text in the dist-hook target. manfiles = \ + src/xz/xz.1 \ src/xzdec/xzdec.1 \ src/scripts/xzdiff.1 \ src/scripts/xzgrep.1 \ |