2007-06-27 Matthew Allum <mallum@openedhand.com>

* Makefile.am:
        Dont remove README on make clean
This commit is contained in:
Matthew Allum 2007-06-27 11:56:41 +00:00
parent 4fda40461e
commit ea14a6b62d
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2007-06-27 Matthew Allum <mallum@openedhand.com>
* Makefile.am:
Dont remove README on make clean
2007-06-27 Tomas Frydrych <tf@openedhand.com>
* clutter/clutter-actor.c:

View File

@ -18,9 +18,9 @@ uninstall-local:
rm -f $(DESTDIR)$(pkgconfigdir)/clutter-@CLUTTER_MAJORMINOR@.pc
EXTRA_DIST = clutter.pc.in README.in
EXTRA_DIST = clutter.pc.in
CLEANFILES = $(pcfiles) README
CLEANFILES = $(pcfiles)
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc