This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Help on groff config


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".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]