Re: [Epiphany] fix for EXTRA_DIST in data/Makefile.am



On Wed, 2003-03-05 at 18:57, Marco Pesenti Gritti wrote:
> Can you resend this using diff -u ?

Doh, how dumb am I?

Attached.

-- Edd

Index: Makefile.am
===================================================================
RCS file: /cvs/gnome/epiphany/data/Makefile.am,v
retrieving revision 1.5
diff -u -r1.5 Makefile.am
--- Makefile.am	4 Mar 2003 11:42:21 -0000	1.5
+++ Makefile.am	5 Mar 2003 22:47:12 -0000
@@ -21,8 +21,6 @@
 aboutdir = $(pkgdatadir)
 about_DATA = epiphany.html
 
-EXTRA_DIST = $(glade_DATA)
-
 install-data-local:
 	if test -z "$(DESTDIR)" ; then \
 	for p in $(schema_DATA) ; do \
@@ -34,5 +32,6 @@
 
 EXTRA_DIST = $(server_in_files)     	\
 	     $(schema_in_files)         \
-	     $(DESKTOP_IN_FILES)
+	     $(DESKTOP_IN_FILES)	\
+	     $(about_DATA)
 

This is a digitally signed message part



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]