tasn pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=e82b1fc82e8bc28efd290ee464951ca976a1f772
commit e82b1fc82e8bc28efd290ee464951ca976a1f772 Author: Tom Hacohen <[email protected]> Date: Wed Mar 5 08:35:29 2014 +0000 Delete generated configs on make distclean. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index bf95f1f..fa91c5a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -84,6 +84,7 @@ include doc/Makefile.mk clean-local: doc-clean rm -rf config/*.cfg config/*~ rm -rf config/standard/*.cfg config/standard/*~ + rm -rf config/tiling/*.cfg config/tiling/*~ rm -rf config/mobile/*.cfg config/mobile/*~ rm -rf config/default/*.cfg config/default/*~ rm -f data/themes/*.edj --
