Hi Automakers!
I have a little problem with Automake maintaining the version.texi file.
My Makefile.am looks like this:
info_TEXINFOS = developer-handbook.txi
developer_handbook_TEXINFOS = impatient.txi \
preface_dvl.txi \
coding.txi \
indeces.txi \
fdl_wrapper.txi
And developer-handbook.txi incldues version-devel.texi. But the version
file only gets updated on changes in developer-handbook.txi, not on
changes in its dependencies.
Does anyone know, how to extend the dependencies for the version file to
all include files of the main texinfo file?
greetings,
Stefan