diff options
-rw-r--r-- | ChangeLog | 9 | ||||
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | src/Makefile.am | 1 |
3 files changed, 13 insertions, 3 deletions
@@ -1,5 +1,14 @@ 2003-04-13 Marco Pesenti Gritti <marco@it.gnome.org> + * NEWS: + * src/Makefile.am: + + Install the script. + + Release 0.5.0 + +2003-04-13 Marco Pesenti Gritti <marco@it.gnome.org> + * embed/mozilla/default-prefs.js: Use google feel like for keywords @@ -1,6 +1,6 @@ -============= -Version 0.5.0 -============= +============== +Epiphany 0.5.0 +============== Code changes diff --git a/src/Makefile.am b/src/Makefile.am index 42b2bd0f0..b097e5943 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -20,6 +20,7 @@ INCLUDES = \ -DGNOME_DISABLE_DEPRECATED bin_PROGRAMS = epiphany-bin +bin_SCRIPTS = epiphany CXXLD = $(CXX) LINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ |