[EMAIL PROTECTED] schrieb am 07.08.05 12:34:56:
> 
> When groff is built in a different directory from the source, `make install' 
> fails because groffer2.sh cannot be found.  Attached patch fixes this.

Thank you.  But why is the same not needed for `groffer'?

        $(INSTALL_SCRIPT) groffer $(bindir)/groffer
-       $(INSTALL_SCRIPT) groffer2.sh $(libdir)/groff/groffer/groffer2.sh
+       $(INSTALL_SCRIPT) $(srcdir)/groffer2.sh \
+         $(libdir)/groff/groffer/groffer2.sh

Does it hurt if $(srcdir) is also added to `groffer'?

Bernd Warken

_________________________________________________________________________
Mit der Gruppen-SMS von WEB.DE FreeMail können Sie eine SMS an alle 
Freunde gleichzeitig schicken: http://freemail.web.de/features/?mc=021179





_______________________________________________
Groff mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/groff

Reply via email to