mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-18 17:30:10 +00:00
inspector: git ignore template headers
This commit is contained in:
parent
2e07865f67
commit
d252282e75
@ -91,16 +91,13 @@ templates = \
|
|||||||
|
|
||||||
template_headers = $(templates:.ui=.ui.h)
|
template_headers = $(templates:.ui=.ui.h)
|
||||||
|
|
||||||
|
BUILT_SOURCES += $(template_headers)
|
||||||
|
|
||||||
extract_strings = $(top_builddir)/gtk/extract-strings$(BUILD_EXEEXT)
|
extract_strings = $(top_builddir)/gtk/extract-strings$(BUILD_EXEEXT)
|
||||||
|
|
||||||
%.ui.h: %.ui $(extract_strings)
|
%.ui.h: %.ui $(extract_strings)
|
||||||
$(AM_V_GEN) $(extract_strings) $< > $@
|
$(AM_V_GEN) $(extract_strings) $< > $@
|
||||||
|
|
||||||
distclean-local:
|
|
||||||
if test $(srcdir) != .; then \
|
|
||||||
rm -f $(template_headers); \
|
|
||||||
fi
|
|
||||||
|
|
||||||
EXTRA_DIST += \
|
EXTRA_DIST += \
|
||||||
inspector.gresource.xml \
|
inspector.gresource.xml \
|
||||||
$(resource_files) \
|
$(resource_files) \
|
||||||
|
Loading…
Reference in New Issue
Block a user