diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | help/Makefile.am | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +2004-05-20 Christian Persch <chpe@cvs.gnome.org> + + * help/Makefile.am: + + Remove "es" from build, it's missing the figures. Fixes bug #142846. + 2004-05-19 Christian Persch <chpe@cvs.gnome.org> * src/ephy-notebook.c: (ephy_notebook_remove_tab): diff --git a/help/Makefile.am b/help/Makefile.am index 3069a1153..5f17597e6 100644 --- a/help/Makefile.am +++ b/help/Makefile.am @@ -1 +1 @@ -SUBDIRS = C es eu +SUBDIRS = C eu |