diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-02-08 07:47:57 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-02-08 07:47:57 +0800 |
commit | 78f765828dffd924d82a24915c4a758ad8c8b39c (patch) | |
tree | 9fded330e9d9c5bb7a5d007e8322bb0a7d4ca127 /Makefile.am | |
parent | 48cbe4e73febce12b9673fbd34eb712de5329f1e (diff) | |
download | gsoc2013-epiphany-78f765828dffd924d82a24915c4a758ad8c8b39c.tar.gz gsoc2013-epiphany-78f765828dffd924d82a24915c4a758ad8c8b39c.tar.zst gsoc2013-epiphany-78f765828dffd924d82a24915c4a758ad8c8b39c.zip |
=== Release 1.5.6 ===Release156
2005-02-08 Christian Persch <chpe@cvs.gnome.org>
=== Release 1.5.6 ===
* Makefile.am:
* configure.ac:
* doc/reference/tmpl/ephy-embed.sgml:
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 856e7a8e3..4a3fc3883 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 'omf\.out' +distcleancheck_listfiles = find . -type f -print | grep -v -e 'omf\.out' -e '\.gmo$' distuninstallcheck_listfiles = find . -type f -print | grep -v '/var/scrollkeeper' |