diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-05-21 00:05:49 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-05-21 00:05:49 +0800 |
commit | 9959905f02aab6a2fa47102ea77815acb8f6dfd0 (patch) | |
tree | 2ed1abb6402d38a81a4b045e8c1c044c0b6728cc | |
parent | 3c300a731f8fe6e2b7efff0991e227e712e71579 (diff) | |
download | gsoc2013-epiphany-9959905f02aab6a2fa47102ea77815acb8f6dfd0.tar gsoc2013-epiphany-9959905f02aab6a2fa47102ea77815acb8f6dfd0.tar.gz gsoc2013-epiphany-9959905f02aab6a2fa47102ea77815acb8f6dfd0.tar.bz2 gsoc2013-epiphany-9959905f02aab6a2fa47102ea77815acb8f6dfd0.tar.lz gsoc2013-epiphany-9959905f02aab6a2fa47102ea77815acb8f6dfd0.tar.xz gsoc2013-epiphany-9959905f02aab6a2fa47102ea77815acb8f6dfd0.tar.zst gsoc2013-epiphany-9959905f02aab6a2fa47102ea77815acb8f6dfd0.zip |
Remove "es" from build, it's missing the figures. Fixes bug #142846.
2004-05-20 Christian Persch <chpe@cvs.gnome.org>
* help/Makefile.am:
Remove "es" from build, it's missing the figures. Fixes bug #142846.
-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 |