X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-workers-bounces using -f Sender: rich AT phekda DOT freeserve DOT co DOT uk Message-ID: <3CAB4F12.C3C45375@phekda.freeserve.co.uk> Date: Wed, 03 Apr 2002 19:50:58 +0100 From: Richard Dawe X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.2.19 i586) X-Accept-Language: de,fr MIME-Version: 1.0 To: djgpp-workers AT delorie DOT com Subject: Re: Sh-utils 2.0.11 sources References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com Hello. Prashant TR wrote: [snip] > I haven't tried building the postscript and dvi files since I don't > have the the DJGPP port of tex downloaded. I'd appreciate if someone > could check if this works fine. [snip] 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. 'make all' and 'make check' seem to work, although I haven't tested the executables yet. Thanks also for including a DSM. I think you need to have a 'requires' line for bash, rather than a 'depends' line, since it won't build without bash, since all the Makefiles reference it via 'SHELL = ...'. You may also want to: * add a line in for the mailing lists / newsgroups for sh-utils - bug-sh-utils AT gnu DOT org; * add pre-install-readme and changelog lines, so users can read these, before installing the package. Thanks, bye, Rich =] -- Richard Dawe [ http://www.phekda.freeserve.co.uk/richdawe/ ]