GNOME Bugzilla – Bug 328135
Build of CVS HEAD fails
Last modified: 2006-01-22 14:16:43 UTC
I'm getting the following: Making all in es /floss/building/gnome/gucharmap/help/es make[3]: Entering directory `/floss/building/gnome/gucharmap/help/es' make[3]: *** No rule to make target `Makefile.am', needed by `Makefile.in'. Stop. make[3]: Leaving directory `/floss/building/gnome/gucharmap/help/es' A simple check shows that 'es' is the only language missing a Makefile.am in the relevant subdirectory of help. The fix is relatively easy; just copy a Makefile.am from one of the other languages and then do a simple search and replace on the contents (e.g. s/de/es/ if copying the German Makefile.am).
Weird, Francisco Javier F. Serrador removed the file while updating the es translations! Readded. Thanks. 2006-01-22 Behdad Esfahbod <behdad@gnome.org> * help/es/Makefile.am: Weird, Francisco Javier F. Serrador removed the file while updating the es translations! Readded. (bug #328135, Elijah Newren)
Oops. In fact it was an incomplete act of moving the es help files to use gnome-doc-utils. See http://live.gnome.org/GnomeDocUtilsTranslationMigration and the comments in gucharmap/help/Makefile.am. Can you test please? 2006-01-22 Behdad Esfahbod <behdad@gnome.org> Migrate 'es' help files to gnome-doc-utils. * help/es/Makefile.am: Oops, removed again. * configure.ac (AC_CONFIG_OUTPUT): Removed help/es/Makefile. * help/Makefile.am (SUBDIRS): Removed es.
Yep, works for me. Thanks!