[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: branch: master updated (1.1.2.20070818-196-g03ac3e1)
The branch, master has been updated
via 03ac3e16fec8b35e8e1d453d6504bd963bf43149 (commit)
from 127cff28ce52f41ce0972e8109049ecb78b09cc3 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
=========
Summary
=========
libgeda/data/Makefile.am | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
=================
Commit Messages
=================
commit 03ac3e16fec8b35e8e1d453d6504bd963bf43149
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Date: Wed Dec 26 00:37:18 2007 +0000
Fix make distcheck broken when adding KDE mime registration files
Add .desktop.in files to EXTRA_DIST and the output to DISTCLEANFILES.
:100644 100644 c85f896... 4c256af... M libgeda/data/Makefile.am
=========
Changes
=========
commit 03ac3e16fec8b35e8e1d453d6504bd963bf43149
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Date: Wed Dec 26 00:37:18 2007 +0000
Fix make distcheck broken when adding KDE mime registration files
Add .desktop.in files to EXTRA_DIST and the output to DISTCLEANFILES.
diff --git a/libgeda/data/Makefile.am b/libgeda/data/Makefile.am
index c85f896..4c256af 100644
--- a/libgeda/data/Makefile.am
+++ b/libgeda/data/Makefile.am
@@ -68,7 +68,8 @@ endif
$(install_icon_exec) -u $(theme_icons)
MAINTAINERCLEANFILES = *.log core FILE *~ Makefile.in
-DISTCLEANFILES = $(xml_DATA)
+DISTCLEANFILES = $(xml_DATA) $(application_DATA)
EXTRA_DIST = $(mime_icon_files) $(mime_icon_sources) \
- $(xml_in_files) $(xml_DATA)
+ $(xml_in_files) $(xml_DATA) \
+ $(application_in_files)
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs