bug#10695: my_man_MANS does not work

2012-02-03 Thread Samuel Thibault
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: >

bug#10695: my_man_MANS does not work

2012-02-03 Thread Samuel Thibault
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[

bug#10695: my_man_MANS does not work

2012-02-02 Thread Stefano Lattarini
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_