Re: [Groff] automake for man-pages

2015-08-20 Thread Bernd Warken
Thanx for the answers of my questions. > Von: "Bertrand Garrigues" > I used the Automake variables man1_MANS, man5_MANS, man7_MANS to define > the list of man files to be installed in sections 1, 5, and 7. > > This is described here: > > https://www.gnu.org/software/automake/manual/automake.

Re: [Groff] automake for man-pages

2015-08-14 Thread Keith Marshall
On 14/08/15 14:56, Ralph Corderoy wrote: >>> man1_MANS += $(PREFIXMAN1) >>> man1_MANS += $(PREFIXMAN5) >>> man1_MANS += $(PREFIXMAN7) >>> >>> are incorrect, it should be of course >>> >>> man1_MANS += $(PREFIXMAN1) >>> man5_MANS += $(PREFIXMAN5) >>> man7_MANS += $(PREFIXMAN7) >> >> S

Re: [Groff] automake for man-pages

2015-08-14 Thread Ralph Corderoy
Hi Keith, > > man1_MANS += $(PREFIXMAN1) > > man1_MANS += $(PREFIXMAN5) > > man1_MANS += $(PREFIXMAN7) > > > > are incorrect, it should be of course > > > > man1_MANS += $(PREFIXMAN1) > > man5_MANS += $(PREFIXMAN5) > > man7_MANS += $(PREFIXMAN7) > > Surely a typo here? Those two

Re: [Groff] automake for man-pages

2015-08-14 Thread Keith Marshall
On 13/08/15 22:19, Bertrand Garrigues wrote: > ... The only thing is that after the 'else' the 3 lines > > man1_MANS += $(PREFIXMAN1) > man1_MANS += $(PREFIXMAN5) > man1_MANS += $(PREFIXMAN7) > > are incorrect, it should be of course > > man1_MANS += $(PREFIXMAN1) > man5_MANS += $(P

Re: [Groff] automake for man-pages

2015-08-13 Thread Bertrand Garrigues
Hi Bernd, I've read your previous mails on this topic, sorry for answering a bit late, summer makes me lazy... On Thu, Aug 13 2015 at 09:31:30 AM, "Bernd Warken" wrote: > If you make a helping answer to this email, you will not be forced to do > a fix yourself. > > The automake file Makefile.am

[Groff] automake for man-pages

2015-08-13 Thread Bernd Warken
If you make a helping answer to this email, you will not be forced to do a fix yourself. The automake file Makefile.am has some functions regrading the man-pages. Unfortunately some of these functions are only commented in the generated Makefile.in/Makefile. I also do not know, how the man-pages