summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManish Singh <yosh@gimp.org>2004-01-23 22:37:58 +0000
committerManish Singh <yosh@src.gnome.org>2004-01-23 22:37:58 +0000
commitb38f604996e86db73e221cde8c09ddb14dab330d (patch)
tree57f894b06249e9714fd1a90b4445051ed5a99ebc
parentd0068df8fa4632b7d0f877414ac0eb85795a6bc5 (diff)
downloadatk-b38f604996e86db73e221cde8c09ddb14dab330d.tar.gz
remove trailing backslash from last line of DISTCLEANFILES.
2004-01-23 Manish Singh <yosh@gimp.org> * Makefile.am: remove trailing backslash from last line of DISTCLEANFILES.
-rw-r--r--ChangeLog5
-rw-r--r--Makefile.am4
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 1885be4..0674577 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-01-23 Manish Singh <yosh@gimp.org>
+
+ * Makefile.am: remove trailing backslash from last line of
+ DISTCLEANFILES.
+
2004-01-23 Padraig O'Briain <padraig.obriain@sun.com>
* atk-uninstalled.pc.in: Correct library name. Fixes bug #132283,
diff --git a/Makefile.am b/Makefile.am
index 8f1b9b4..25873fc 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -14,8 +14,8 @@ pkgconfig_DATA = atk.pc
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
-DISTCLEANFILES = \
+DISTCLEANFILES = \
atk-uninstalled.pc \
atk.pc \
atk.pc.spec \
- atk-zip.sh \
+ atk-zip.sh