X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=doc%2FMakefile.am;h=b65494158980d0192f11c72ddf2577ae15b0e7cc;hb=f86e0605d0e24d2e0424579a8310f6fb81375b92;hp=1d23cf20d551b143f7b2e9a7256627746de1f268;hpb=f5048215892c1bf6cf602c41146c556f60a63a51;p=chaz%2Ftar diff --git a/doc/Makefile.am b/doc/Makefile.am index 1d23cf2..b654941 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,7 +1,7 @@ # Makefile for GNU tar documentation. -# Copyright 1994-1997, 1999-2001, 2003, 2006-2007, 2013 Free Software -# Foundation, Inc. +# Copyright 1994-1997, 1999-2001, 2003, 2006-2007, 2013-2014 Free +# Software Foundation, Inc. # This file is part of GNU tar. @@ -33,9 +33,12 @@ tar_TEXINFOS = \ sparse.texi\ value.texi -dist_man_MANS=tar.1 rmt.8 +dist_man_MANS=tar.1 $(RMT_8) +if PU_RMT_COND + RMT_8=rmt.8 +endif -EXTRA_DIST = gendocs_template mastermenu.el texify.sed untabify.el +EXTRA_DIST = gendocs_template mastermenu.el texify.sed untabify.el rmt.8 # The rendering level is anyone of PUBLISH, DISTRIB or PROOF. # Just call 'make RENDITION=PROOF [target]' if you want PROOF rendition.