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]

Re: [ANNOUNCEMENT] Updated: xorg-cf-files-1.0.2-7


>>>>> Yaakov  writes:

    > The following packages have been updated in the Cygwin net distribution:
    > *** xorg-cf-files-1.0.2-7

    > This release fixes the definitions of MANPATH, FONTDIR, and ENCODINGSDIR.

Actually only FONTDIR and ENCODINGSDIR.are fixed.

The line with MANPATH comes from Imake.tmpl and is still 

          MANPATH = /usr/man
          
in the generated Makefiles.


This is from Imake.tmpl:

#ifdef ProjectRoot
#define ManDirectoryRoot Concat(ProjectRoot,/man)
#else
#define ManDirectoryRoot SystemManDirectory
#endif
#endif
#ifndef ManPath
#define ManPath ManDirectoryRoot
#endif
:
:
          MANPATH = ManPath		/* top of manual page tree */


and  ProjectRoot seems to be set in site.def:

#ifndef ProjectRoot
#define ProjectRoot /usr
#endif
          
    > Yaakov
    > Cygwin/X

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]