diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-02-09 07:09:39 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-02-09 07:09:39 +0800 |
commit | 071b244f260abb0eff110fa21eca512ff947a38b (patch) | |
tree | 2e2c1b7e22221548790c83fddf14df5b10420ae9 /Makefile.am | |
parent | 9fc1a3e8d79d9d44c0dc3b2cb4b4f0c6bd083f56 (diff) | |
download | gsoc2013-epiphany-071b244f260abb0eff110fa21eca512ff947a38b.tar gsoc2013-epiphany-071b244f260abb0eff110fa21eca512ff947a38b.tar.gz gsoc2013-epiphany-071b244f260abb0eff110fa21eca512ff947a38b.tar.bz2 gsoc2013-epiphany-071b244f260abb0eff110fa21eca512ff947a38b.tar.lz gsoc2013-epiphany-071b244f260abb0eff110fa21eca512ff947a38b.tar.xz gsoc2013-epiphany-071b244f260abb0eff110fa21eca512ff947a38b.tar.zst gsoc2013-epiphany-071b244f260abb0eff110fa21eca512ff947a38b.zip |
A po/LINGUAS:
2005-02-09 Christian Persch <chpe@cvs.gnome.org>
* configure.ac:
A po/LINGUAS:
Get list of languages from po/LINGUAS.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 4a3fc3883..856e7a8e3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,7 @@ SUBDIRS = lib embed idl src data po help doc -distcleancheck_listfiles = find . -type f -print | grep -v -e 'omf\.out' -e '\.gmo$' +distcleancheck_listfiles = find . -type f -print | grep -v 'omf\.out' distuninstallcheck_listfiles = find . -type f -print | grep -v '/var/scrollkeeper' |