X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com Date: Mon, 17 Oct 2011 05:52:53 +0200 From: Eli Zaretskii Subject: Re: ANNOUNCE: DJGPP port of GNU Gawk 4.0.0 uploaded. In-reply-to: <201110162149.18493.juan.guerrero@gmx.de> X-012-Sender: halo1 AT inter DOT net DOT il To: Juan Manuel Guerrero Cc: djgpp AT delorie DOT com Message-id: <83liskw9yi.fsf@gnu.org> References: <201110162149 DOT 18493 DOT juan DOT guerrero AT gmx DOT de> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: Juan Manuel Guerrero > Date: Sun, 16 Oct 2011 21:49:18 +0200 > > Here is a quick and dirty patch for the gawk 4.0.0 port Makefile that will > allow to create all documentation files. Thanks. > To get grops working you will need to set the GROFF_TMPDIR variable > or groff will fail with an error message that it cannot create > temporary files. Can the Makefile do that automatically? > To create the docs install the sources and patch the Makefile then cd into > the top srcdir and run the following command: > make djgpp_doc If the following two lines could use ".." quoting instead of '..', the same patch could work with other pc ports of Gawk. > +SEDME2 = sed '/%%Page: 10 10/,/0 Cg EP/d' > + sed 's:SRCDIR:.:' < ./awkcard.in > ./awkcard.tr If you can change these to use "..", then I think it would be better to have a "make doc" target that is not specific to DJGPP.