From: sos@buggy.prospect.com.ru (Sergey Okhapkin)
Subject: RE: Help on groff config
5 Dec 1997 14:28:23 -0800
Message-ID: <01BD01B5.26647CB0.cygnus.gnu-win32@sos>
To: "gnu-win32@cygnus.com" <gnu-win32@cygnus.com>,
        "'ycdtosa'"
	 <ycdtosa@icsa.es>

ycdtosa wrote:
> I'm porting (out of the box: sorry, doing my best) 
> 	groff-1.11a 
> and got it to configure and build, and even test-groff almost right (ascii,
> latin1)
> but I cant 	make Install
> the make install doesn't get the extension neither the path correctly.

Modify Makefile.comm in the root groff directory:

install_prog:
	-test -d $(bindir) || mkdir $(bindir)
	rm -f $(bindir)/$(NAMEPREFIX)$(PROG)
	$(INSTALL_PROGRAM) $(PROG).exe $(bindir)/$(NAMEPREFIX)$(PROG).exe
                             ^^^^                               ^^^^

-- 
Sergey Okhapkin, http://www.lexa.ru/sos
Moscow, Russia
Looking for a job

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
