Benjamin Karas <[EMAIL PROTECTED]> writes:
| Hello,
|
| I'm working on a port of lyx-1.1.5fix1 to OpenBSD. Everything compiled
| fine, but two Makefiles gave me some trouble doing a fake install. I've
| attached patches for po/Makefile.in.in and intl/Makefile.in. The changes
| shouldn't break anything.
|
| I'm reusing the old DESC and COMMENT files. I think they should be
| updated, but I'm not sure what a good description would be. Here are the
| old ones:
|
| --( COMMENT )--
| graphical frontend for LaTeX (Almost WYSIWYG)
| --*---------*--
|
| --( DESC )--
| LyX is a wordprocessor frontend to LaTeX, which gives both the
| ease-of-use of a wordprocessor, and the flexibility and power of
| LaTeX.
|
| Quasi-WYSIWYG interface, many LaTeX styles and layouts automatically
| generated. Speeds up learning LaTeX and makes complicated layouts
| easy and intuitive. New features include spell-checking, international
| character support, WYSIWYG graphics, tables, and equations.
|
| Author: [EMAIL PROTECTED] (Matthias
| Ettrich)
Autor: The LyX Team ([EMAIL PROTECTED])
| Maintained-by: [EMAIL PROTECTED] (David L. Johnson)
Maintained-by: [EMAIL PROTECTED] (Lars Gullik Bj�nnes) and the LyX Team
([EMAIL PROTECTED])
| --*---------*--
|
| I'll be submitting this to the OpenBSD port maintainers in a day or two
| and will incorporate any suggestions you have.
|
| Thanks.
|
| Benjamin Karas
| [EMAIL PROTECTED]
| Tippit 430E; 216.754.2004
|
| --- po/Makefile.in.in.orig Tue Sep 12 18:57:02 2000
| +++ po/Makefile.in.in Tue Sep 12 18:51:04 2000
| @@ -24,6 +24,8 @@ gnulocaledir = $(prefix)/share/locale
| gettextsrcdir = $(prefix)/share/gettext/po
| subdir = po
|
| +DESTDIR =
| +
Why isn't --prefix enough for you?
Anyway if this is a general problem with the Makefile.in.in in the
gettext, a report should be submitted to the gettex maintainers.
Lgb