2007-06-27 Matthew Allum <mallum@openedhand.com>
* Makefile.am: Dont remove README on make clean
This commit is contained in:
parent
4fda40461e
commit
ea14a6b62d
@ -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>
|
2007-06-27 Tomas Frydrych <tf@openedhand.com>
|
||||||
|
|
||||||
* clutter/clutter-actor.c:
|
* clutter/clutter-actor.c:
|
||||||
|
@ -18,9 +18,9 @@ uninstall-local:
|
|||||||
rm -f $(DESTDIR)$(pkgconfigdir)/clutter-@CLUTTER_MAJORMINOR@.pc
|
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
|
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user