diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2003-10-03 20:26:50 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2003-10-03 20:26:50 +0800 |
commit | c8f97da7fbc9783bc9fc8cc3895ce353dc5bde0c (patch) | |
tree | 0d77679e50493572eb07c435ec4957e0020f4d45 | |
parent | 7e5f6cb8ce7820dbd4e62c3aa023a5155332ec2a (diff) | |
download | gsoc2013-epiphany-c8f97da7fbc9783bc9fc8cc3895ce353dc5bde0c.tar gsoc2013-epiphany-c8f97da7fbc9783bc9fc8cc3895ce353dc5bde0c.tar.gz gsoc2013-epiphany-c8f97da7fbc9783bc9fc8cc3895ce353dc5bde0c.tar.bz2 gsoc2013-epiphany-c8f97da7fbc9783bc9fc8cc3895ce353dc5bde0c.tar.lz gsoc2013-epiphany-c8f97da7fbc9783bc9fc8cc3895ce353dc5bde0c.tar.xz gsoc2013-epiphany-c8f97da7fbc9783bc9fc8cc3895ce353dc5bde0c.tar.zst gsoc2013-epiphany-c8f97da7fbc9783bc9fc8cc3895ce353dc5bde0c.zip |
Added po/.intltool-merge-cache to DISTCLEANFILES in order to pass make
2003-10-03 Christian Persch <chpe@cvs.gnome.org>
* Makefile.am:
Added po/.intltool-merge-cache to DISTCLEANFILES in order to
pass make distcheck. Maybe this ought to be fixed in intltool?
-rw-r--r-- | Makefile.am | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 26075a087..a403cfead 100644 --- a/Makefile.am +++ b/Makefile.am @@ -14,7 +14,8 @@ EXTRA_DIST = \ omf.make \ COPYING.README -DISTCLEANFILES = \ - intltool-extract \ - intltool-merge \ +DISTCLEANFILES = \ + po/.intltool-merge-cache \ + intltool-extract \ + intltool-merge \ intltool-update |