mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 00:30:08 +00:00
Make make clean clean
svn path=/trunk/; revision=17675
This commit is contained in:
parent
793ed9c2c6
commit
2dcdcfe4df
@ -1,3 +1,9 @@
|
||||
2007-04-28 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* docs/tools/Makefile.am:
|
||||
* gtk/Makefile.am: Make make clean clean. (#410160, Tommi
|
||||
Komulainen)
|
||||
|
||||
2007-04-28 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gdk/win32/bdfcursor.c (compose_cursors_from_fonts):
|
||||
|
@ -32,4 +32,9 @@ doc_shooter_SOURCES= \
|
||||
widgets.h
|
||||
|
||||
clean-local:
|
||||
rm -f *.png
|
||||
for file in gnome-foot.png *.png; do \
|
||||
case "$$file" in \
|
||||
gnome-foot.png|gnome-gmush.png) ;; \
|
||||
*) rm -f $$file ;; \
|
||||
esac ; \
|
||||
done
|
||||
|
@ -709,7 +709,7 @@ gtk_extra_sources = \
|
||||
#
|
||||
# setup GTK+ sources and their dependencies
|
||||
#
|
||||
MAINTAINERCLEANFILES = $(gtk_built_sources) $(stamp_files)
|
||||
MAINTAINERCLEANFILES = $(gtk_built_sources) $(stamp_files) $(GENERATED_ICONS)
|
||||
EXTRA_HEADERS =
|
||||
EXTRA_DIST = $(gtk_private_h_sources) $(gtk_extra_sources)
|
||||
EXTRA_DIST += $(gtk_built_sources)
|
||||
|
Loading…
Reference in New Issue
Block a user