summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark McLoughlin <mark@skynet.ie>2003-07-15 14:12:45 +0000
committerMark McLoughlin <markmc@src.gnome.org>2003-07-15 14:12:45 +0000
commit5554b1e2d48e06e0541d9d171d37c113c0cd83e9 (patch)
tree76cc9a201da8e92f7c5153258e8b99661fbd5d45
parenteef96bd7594805f61c5fe1b769ea3e6a628c3c7b (diff)
downloadgnome-desktop-5554b1e2d48e06e0541d9d171d37c113c0cd83e9.tar.gz
ship the .directory.in files in the tarball.
2003-07-15 Mark McLoughlin <mark@skynet.ie> * Makefile.am: ship the .directory.in files in the tarball.
-rw-r--r--desktop-links/ChangeLog5
-rw-r--r--desktop-links/Makefile.am2
2 files changed, 6 insertions, 1 deletions
diff --git a/desktop-links/ChangeLog b/desktop-links/ChangeLog
index 038874bc..12d355e1 100644
--- a/desktop-links/ChangeLog
+++ b/desktop-links/ChangeLog
@@ -1,3 +1,8 @@
+2003-07-15 Mark McLoughlin <mark@skynet.ie>
+
+ * Makefile.am: ship the .directory.in files in
+ the tarball.
+
==================== 2.3.3.1 ====================
2003-06-18 Mark McLoughlin <mark@skynet.ie>
diff --git a/desktop-links/Makefile.am b/desktop-links/Makefile.am
index 2daafc31..88a70744 100644
--- a/desktop-links/Makefile.am
+++ b/desktop-links/Makefile.am
@@ -17,4 +17,4 @@ Directory_in_files = \
Directory_DATA = $(Directory_in_files:.directory.in=.directory)
@INTLTOOL_DIRECTORY_RULE@
-EXTRA_DIST = $(Directory_DATA)
+EXTRA_DIST = $(Directory_DATA) $(Directory_in_files)