diff options
-rw-r--r-- | ChangeLog | 12 | ||||
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | help/nl/Makefile.am | 2 | ||||
-rw-r--r-- | src/Makefile.am | 4 |
4 files changed, 15 insertions, 5 deletions
@@ -1,3 +1,15 @@ +2003-07-30 Marco Pesenti Gritti <marco@it.gnome.org> + + * configure.in: + * help/nl/Makefile.am: + * src/Makefile.am: + + Make it distcheck + +2003-07-29 Marco Pesenti Gritti <marco@it.gnome.org> + + * configure.in: 0.8.1 + 2003-07-29 Pauli Virtanen <pauli.virtanen@hut.fi> * configure.in: Added "fi" (Finnish) to ALL_LINGUAS. diff --git a/configure.in b/configure.in index ffc6fdcb1..082c0cf3b 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT(epiphany, 0.8.0, +AC_INIT(epiphany, 0.8.1, [http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany]) EPIPHANY_MAJOR=1.0 diff --git a/help/nl/Makefile.am b/help/nl/Makefile.am index 6fc4742a9..e36dc3d3a 100644 --- a/help/nl/Makefile.am +++ b/help/nl/Makefile.am @@ -1,6 +1,6 @@ figdir = figures docname = epiphany -lang = C +lang = nl omffile = epiphany-nl.omf entities = legal.xml include $(top_srcdir)/xmldocs.make diff --git a/src/Makefile.am b/src/Makefile.am index d26e63791..29af4c2c8 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -72,10 +72,8 @@ INST_H_FILES = \ ephy-window.h \ session.h -nodist_epiphany_bin_SOURCES = \ - $(ephy_automation_interface_idl_sources) - epiphany_bin_SOURCES = \ + $(ephy_automation_interface_idl_sources) \ $(nautilus_view_sources) \ ephy-automation.c \ ephy-encoding-menu.c \ |