bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: sharutils-4.3.52 build failure; uudecode.1


From: Alexandre Duret-Lutz
Subject: Re: sharutils-4.3.52 build failure; uudecode.1
Date: Mon, 01 Jul 2002 18:48:13 +0200
User-agent: Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.2 (i386-debian-linux-gnu)

>>> "Karl" == Karl Eichwalder <address@hidden> writes:

[...]

 Karl> Thanks for the report.  I hope this is portable:
 Karl> +onlydist_man1_MANS = $(subst uudecode.1,,$(man1_MANS))

It's not.  I guess you'll have to split @MAN1PAGES@ into
@DIST_MAN1PAGES@ and @address@hidden


As an aside, you can simplify

   man1_MANS = bar.1 baz.1
   man5_MANS = foo.5
   EXTRA_DIST = $(man1_MANS) $(man5_MANS)

into

   dist_man_MANS = bar.1 baz.1 foo.5
-- 
Alexandre Duret-Lutz




reply via email to

[Prev in Thread] Current Thread [Next in Thread]