From: Lasse Collin Date: Thu, 13 Aug 2009 06:37:21 +0000 (+0300) Subject: Add xz man page to manfiles in toplevel Makefile.am. X-Git-Tag: upstream/5.1.3~467 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=df636eb4e066b4e154ce8e66e82c87ba1db652a6;p=platform%2Fupstream%2Fxz.git Add xz man page to manfiles in toplevel Makefile.am. --- diff --git a/Makefile.am b/Makefile.am index 924ddf6..46c2cd7 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 \