inspector: git ignore template headers
This commit is contained in:
@ -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) \
|
||||||
|
|||||||
Reference in New Issue
Block a user