remove trailing backslash from last line of DISTCLEANFILES.
authorManish Singh <yosh@gimp.org>
Fri, 23 Jan 2004 22:37:58 +0000 (22:37 +0000)
committerManish Singh <yosh@src.gnome.org>
Fri, 23 Jan 2004 22:37:58 +0000 (22:37 +0000)
2004-01-23  Manish Singh  <yosh@gimp.org>

        * Makefile.am: remove trailing backslash from last line of
DISTCLEANFILES.

ChangeLog
Makefile.am

index 1885be4..0674577 100644 (file)
--- 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,
index 8f1b9b4..25873fc 100644 (file)
@@ -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