%% Bruno Haible <[EMAIL PROTECTED]> writes:
bh> Richard Stallman writes:
>> It seems best to do what Debian is doing, so I wrote this:
>> @item htmldir
>> The directory for installing the HTML files (if any) for this package.
>> (HTML files should be generated from Texinfo sources.) By default, it
>> should be @file{/usr/local/doc/@var{package}}, but it should be written
>> as @file{$(prefix)/doc/@var{package}}.
bh> This makes sense to me. But since distributions differ so widely in
bh> the precise location of the documentation (/usr/doc vs. /usr/share/doc
bh> vs. /usr/doc/packages) it'd be nice if that location were selectable
bh> through a "configure" option --docdir.
My understanding is that "/usr/doc" is deprecated, and "/usr/share/doc"
is the proper place for documentation according to FHS or whatever. At
least, it appears that all Debian packages are migrating to
/usr/share/doc, some faster than others but that's the direction they're
all going as I understand it.
That is, I don't think ${prefix}/doc is correct anymore, it should be
${datadir}/doc.
--
-------------------------------------------------------------------------------
Paul D. Smith <[EMAIL PROTECTED]> Network Management Development
"Please remain calm...I may be mad, but I am a professional." --Mad Scientist
-------------------------------------------------------------------------------
These are my opinions---Nortel Networks takes no responsibility for them.