This is the mail archive of the cygwin-xfree mailing list for the Cygwin XFree86 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

xmkmf creates wrong MANPATH entry in Makefiles


Hi

When generating Makefiles with latest xmkmf the resulting Makefiles have
some bogus entries. The most obvious

  MANPATH = /usr/man

instead of

  MANPATH = /usr/share/man

So without explicitly overriding MANPATH during make install.man they
end up in the old deprecated directory.

Another one

 LIBDIR = /usr/lib/X11

but later:

          FONTDIR = $(LIBDIR)/fonts
     ENCODINGSDIR = $(LIBDIR)/fonts/encodings

But fonts live in /usr/share/fonts

Ciao
  Volker
  

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://x.cygwin.com/docs/
FAQ:                   http://x.cygwin.com/docs/faq/


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