xmkmf creates wrong MANPATH entry in Makefiles

Dr. Volker Zell dr.volker.zell@oracle.com
Sat Nov 22 15:31:00 GMT 2008


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/



More information about the Cygwin-xfree mailing list