automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: how to install man pages to directory man3f?


From: Stepan Kasal
Subject: Re: how to install man pages to directory man3f?
Date: Sun, 13 Aug 2006 12:15:52 +0200
User-agent: Mutt/1.4.2.1i

Hello,

> installed in man3, man3f, and man3f90.

indeed, these non-standard man subdirectories are not aupported by
the MANS primary.  But you can use the _DATA primary:

man3fdir = $(mandir)/man3f
man3f_DATA = foo.3f
man3f90dir = $(mandir)/man3f90
man3f90_DATA = foo.3f90

If you used the same for man3, automake would complain about
`man3_DATA'.  But the workaround is easy:

man3nulldir = $(mandir)/man3
man3null_DATA = foo.3

Have a nice day,
        Stepan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]