bug-automake
[Top][All Lists]
Advanced

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

noinst_TEXINFOS does not build Info files


From: Ben Pfaff
Subject: noinst_TEXINFOS does not build Info files
Date: Sat, 10 Nov 2007 20:28:30 -0800
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux)

With this Makefile.am:

----------------------------------------------------------------------
AUTOMAKE_OPTIONS = foreign
noinst_TEXINFOS = foo.texinfo
----------------------------------------------------------------------

and this configure.ac:

----------------------------------------------------------------------
AC_INIT(amtest, 1.0, address@hidden)
AM_INIT_AUTOMAKE
AC_CONFIG_FILES([Makefile])
AC_OUTPUT
----------------------------------------------------------------------

and this foo.texinfo:

----------------------------------------------------------------------
@setfilename foo.info
----------------------------------------------------------------------

the generated Makefile.in will not build foo.info, either with
"make" or "make foo.info".  However, if I change
"noinst_TEXINFOS" to "info_TEXINFOS", foo.info is built as
expected.

Is noinst_TEXINFOS unsupported?  The manual says nothing about it
as far as I can tell.  I see a 5-year-old patch that would have
added support for noinst_TEXINFOS:
        http://thread.gmane.org/gmane.comp.sysutils.automake.patches/191
It appears to have never been applied.
-- 
Ben Pfaff 
http://benpfaff.org




reply via email to

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