diff options
author | Marco Pesenti Gritti <marco@src.gnome.org> | 2003-11-19 01:25:52 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <marco@src.gnome.org> | 2003-11-19 01:25:52 +0800 |
commit | 50f45436240456c848921e426411070e04ccbd39 (patch) | |
tree | 858139e6ab75f37dfb59ec574ad70274b1ac7241 /Makefile.am | |
parent | a8e72a5659769e3f1295d6d35092e8be579db7bb (diff) | |
download | gsoc2013-epiphany-50f45436240456c848921e426411070e04ccbd39.tar gsoc2013-epiphany-50f45436240456c848921e426411070e04ccbd39.tar.gz gsoc2013-epiphany-50f45436240456c848921e426411070e04ccbd39.tar.bz2 gsoc2013-epiphany-50f45436240456c848921e426411070e04ccbd39.tar.lz gsoc2013-epiphany-50f45436240456c848921e426411070e04ccbd39.tar.xz gsoc2013-epiphany-50f45436240456c848921e426411070e04ccbd39.tar.zst gsoc2013-epiphany-50f45436240456c848921e426411070e04ccbd39.zip |
*** empty log message ***
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 7107e68ec..a45100d61 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in -SUBDIRS = lib embed src data po help +SUBDIRS = lib embed src data po help doc distcleancheck_listfiles = find . -type f -print | grep -v 'omf\.out' |