aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog9
-rw-r--r--NEWS6
-rw-r--r--src/Makefile.am1
3 files changed, 13 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index a57f31e52..c29c90174 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/NEWS b/NEWS
index 2b93c7e51..980a3fe8b 100644
--- a/NEWS
+++ b/NEWS
@@ -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 $@