GNOME Bugzilla – Bug 354056
Build broken: missing help/fr/Makefile.am
Last modified: 2006-09-03 05:35:35 UTC
This file was removed a little while ago along with others that were rendered unnecessary by gettextifying. help/fr/Makefile.am should be: figdir = figures docname = gnome-terminal lang = fr omffile = gnome-terminal-fr.omf entities = legal.xml include $(top_srcdir)/xmldocs.make dist-hook: app-dist-hook Marking as blocker, since this breaks people building for testing... whosoever that may be ;-)
This is frustrating, and happening again and again.. :( 2006-09-02 Behdad Esfahbod <behdad@gnome.org> Bug 354056 – Build broken: missing help/fr/Makefile.am * configure.in: Remove help/fr/Makefile and help/sv/Makefile from output files as they are moved to gnome-doc-utils (geer) * help/sv/Makefile.am: Remove this as it's not used anymore.
Yup. My ‘fix’ was pre-gnome-doc-utils... Btw, reading g-d-u's doc says one should add DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper to the toplevel Makefile.am. In g-t's case it does not seem to change much, except that distchecking is faster. Also, g-d-u says one should use AC_CONFIG_MACRO_DIR([m4]) in configure.in and add the m4/ directory to EXTRA_DIST. Again, this does not seem to change anything here.
Yeah, the m4 thing seems very broken to me. I'm composing a mail to i18n and docs lists to complain about it. Thanks for confirming.