Mail Archives: cygwin/1997/12/05/14:28:23
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 AT cygnus DOT com" with one line of text: "help".
- Raw text -