diff options
author | Marco Pesenti Gritti <marco@src.gnome.org> | 2003-11-19 06:44:21 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <marco@src.gnome.org> | 2003-11-19 06:44:21 +0800 |
commit | 87dbe3ba52b623a2fc97caef8b5d26527426057b (patch) | |
tree | b444fb6063d6810bfce072047107555051668508 | |
parent | a491cf407b87e7ca4fdd40ab83a404deff5586bc (diff) | |
download | gsoc2013-epiphany-87dbe3ba52b623a2fc97caef8b5d26527426057b.tar gsoc2013-epiphany-87dbe3ba52b623a2fc97caef8b5d26527426057b.tar.gz gsoc2013-epiphany-87dbe3ba52b623a2fc97caef8b5d26527426057b.tar.bz2 gsoc2013-epiphany-87dbe3ba52b623a2fc97caef8b5d26527426057b.tar.lz gsoc2013-epiphany-87dbe3ba52b623a2fc97caef8b5d26527426057b.tar.xz gsoc2013-epiphany-87dbe3ba52b623a2fc97caef8b5d26527426057b.tar.zst gsoc2013-epiphany-87dbe3ba52b623a2fc97caef8b5d26527426057b.zip |
*** empty log message ***
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index a45100d61..7107e68ec 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 doc +SUBDIRS = lib embed src data po help distcleancheck_listfiles = find . -type f -print | grep -v 'omf\.out' |