[gnutls-devel] [PATCH 3/3] build: always install man(1)
Nikos Mavrogiannopoulos
nmav at gnutls.org
Fri Dec 18 10:36:50 CET 2015
On Fri, Dec 18, 2015 at 10:14 AM, Alon Bar-Lev <alon.barlev at gmail.com> wrote:
>> No problem with that. Can it be done by keeping the manpages to their
>> current location?
>
> it is difficult as you have:
>
> if ENABLE_DOC
> SUBDIRS += doc
> endif
>
> and doc/Makefile.am is quite complex, I will have to condition it entirely.
>
> I believe it will be simpler to split the doc (api) ones from the
> other, but I can create two alternatives.
>
> Let's begin with the simpler one.
What if we have:
doc/texinfo doc/manpages and doc/app-manpages
Then we can do at SUBDIRS:
+= doc/xxx with xxx being replaced with what is needed.
That would need to move the texinfo stuff in a subdir though.
regards,
Nikos
More information about the Gnutls-devel
mailing list