GNU bug report logs -
#10695
my_man_MANS does not work
Previous Next
To reply to this bug, email your comments to 10695 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-automake <at> gnu.org
:
bug#10695
; Package
automake
.
(Thu, 02 Feb 2012 10:07:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Samuel Thibault <samuel.thibault <at> gnu.org>
:
New bug report received and forwarded. Copy sent to
bug-automake <at> gnu.org
.
(Thu, 02 Feb 2012 10:07:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Hello,
I am trying the following:
€ cat configure.ac
AC_INIT([FOO],1.0.0)
AM_INIT_AUTOMAKE([1.11 foreign])
AC_OUTPUT([Makefile])
€ cat Makefile.am
my_mandir = $(docdir)
my_man_MANS = foo.1
But the foo.1 manpage does not get installed:
€ autoreconf -vfi && ./configure && make install
...
make[1]: Nothing to be done for `install-exec-am'.
make[1]: Nothing to be done for `install-data-am'.
I have also tried
mydir = $(docdir)
my_man_MANS = foo.1
mydir = $(docdir)
my_MANS = foo.1
mydir = $(docdir)
my_man1_MANS = foo.1
my_man1dir = $(docdir)
my_man1_MANS = foo.1
to no avail (man_MANS = foo.1 works of course).
Samuel
Information forwarded
to
bug-automake <at> gnu.org
:
bug#10695
; Package
automake
.
(Thu, 02 Feb 2012 20:13:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 10695 <at> debbugs.gnu.org (full text, mbox):
severity 7656 minor
severity 10695 minor
merge 10695 7656
thanks
Hi Samuel, thanks for the report.
Samuel Thibault wrote on Thu, 2 Feb 2012:
>
> $ cat configure.ac
> AC_INIT([FOO],1.0.0)
> AM_INIT_AUTOMAKE([1.11 foreign])
> AC_OUTPUT([Makefile])
>
> $ cat Makefile.am
> my_mandir = $(docdir)
> my_man_MANS = foo.1
>
> But the foo.1 manpage does not get installed:
>
> $ autoreconf -vfi && ./configure && make install
> ...
> make[1]: Nothing to be done for `install-exec-am'.
> make[1]: Nothing to be done for `install-data-am'.
>
Yep, long-standing (and annoying) issue. See also:
<http://debbugs.gnu.org/cgi/bugreport.cgi?bug=7656>
I'm merging your report with the old one. I hope I'll be able to take
a better look at this issue before the next release...
Thanks,
Stefano
Severity set to 'minor' from 'normal'
Request was from
Stefano Lattarini <stefano.lattarini <at> gmail.com>
to
control <at> debbugs.gnu.org
.
(Thu, 02 Feb 2012 20:13:01 GMT)
Full text and
rfc822 format available.
Merged 7656 10695.
Request was from
Stefano Lattarini <stefano.lattarini <at> gmail.com>
to
control <at> debbugs.gnu.org
.
(Thu, 02 Feb 2012 20:13:01 GMT)
Full text and
rfc822 format available.
Information forwarded
to
bug-automake <at> gnu.org
:
bug#10695
; Package
automake
.
(Thu, 02 Feb 2012 22:26:02 GMT)
Full text and
rfc822 format available.
Message #15 received at 10695 <at> debbugs.gnu.org (full text, mbox):
Stefano Lattarini, le Thu 02 Feb 2012 21:11:23 +0100, a écrit :
> > $ autoreconf -vfi && ./configure && make install
> > ...
> > make[1]: Nothing to be done for `install-exec-am'.
> > make[1]: Nothing to be done for `install-data-am'.
> >
> Yep, long-standing (and annoying) issue. See also:
> <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=7656>
Ok. I had seen that report but hadn't understood that they were the same
bug :)
Samuel
This bug report was last modified 13 years and 135 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.