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: Karl Eichwalder
Subject: Re: sharutils-4.3.52 build failure; uudecode.1
Date: Mon, 01 Jul 2002 17:33:03 +0200
User-agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.3.50 (i686-pc-linux-gnu)

Paul Eggert <address@hidden> writes:

> There's one other minor glitch during the build: the command
> `echo ".so $man1base/uuencode.1" > uudecode.1' fails if the
> distributed files are readonly, which is the normal way I build GNU
> software.  Perhaps the simplest fix is to not distribute
> doc/uudecode.1.

Thanks for the report.  I hope this is portable:

2002-07-01  Karl Eichwalder  <address@hidden>

        * Makefile.am (onlydist_man1_MANS): New variable.  Remove
        uudecode.1 from the man1_MANS list because it is generated at
        installation time.
        Reported by Paul Eggert.

Index: Makefile.am
===================================================================
RCS file: /home/ke/cvsroot/sharutils/doc/Makefile.am,v
retrieving revision 1.5
diff -u -r1.5 Makefile.am
--- Makefile.am 26 Jun 2002 19:23:03 -0000      1.5
+++ Makefile.am 1 Jul 2002 15:28:25 -0000
@@ -28,9 +28,10 @@
 man1_MANS = shar.1 unshar.1 @MAN1PAGES@
 noinst_MANS = uuencode.1 uuencode.5
 noinst_man1_MANS = uudecode.1
+onlydist_man1_MANS = $(subst uudecode.1,,$(man1_MANS))
 man5_MANS = @MAN5PAGES@
 
-EXTRA_DIST = $(man1_MANS) $(man5_MANS) doclicense.texi
+EXTRA_DIST = $(onlydist_man1_MANS) $(man5_MANS) doclicense.texi
 
 uudecode.1: Makefile
        man1base=`echo $(man1dir) | sed 'address@hidden/\(.*\)@\1@'`; \


-- 
address@hidden (work) / address@hidden (home):              |
http://www.suse.de/~ke/                                  |      ,__o
Free Translation Project:                                |    _-\_<,
http://www.iro.umontreal.ca/contrib/po/HTML/             |   (*)/'(*)



reply via email to

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