X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-workers-bounces using -f Date: Fri, 05 Apr 2002 09:37:06 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: djgpp-workers AT delorie DOT com Message-Id: <1438-Fri05Apr2002093706+0300-eliz@is.elta.co.il> X-Mailer: emacs 21.2.50 (via feedmail 8 I) and Blat ver 1.8.9 CC: Prashant TR In-reply-to: <3CAB4F12.C3C45375@phekda.freeserve.co.uk> (message from Richard Dawe on Wed, 03 Apr 2002 19:50:58 +0100) Subject: Re: Sh-utils 2.0.11 sources References: <3CAB4F12 DOT C3C45375 AT phekda DOT freeserve DOT co DOT uk> Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Date: Wed, 03 Apr 2002 19:50:58 +0100 > From: Richard Dawe > > OK, I ran the following commands, as specified in the Makefile: > > make dvi > make sh-utils.ps (In the doc directory) > makeinfo --html sh-utils.texi (In the doc dorectory) > > (I think you mean directory in "doc dorectory" on the last line.) > > I hit a problem: doc/Makefile needs to enclose TEXINPUTS in double quotes, > otherwise the ';' will be evaluated as a command delimiter. I suggest to take djgpp/config.bat and djgpp/config.sed from (the just-released) port of Texinfo 4.2, and adapt them for Sh-utils. The above problem (and quite a few others) are already taken care of there (thanks to Juan Manuel Guerrero, who did most of the work on those files for the ports he released lately; I added a few new quirks required by the latest versions of Autoconf and other related stuff). It just doesn't make sense to reinvent that wheel anew for each port.