Makefile: Add a few more cleanfile / ignore rules
This commit is contained in:
@ -512,5 +512,9 @@ EXTRA_DIST += \
|
|||||||
mydialog2.ui \
|
mydialog2.ui \
|
||||||
popover.ui
|
popover.ui
|
||||||
|
|
||||||
|
CLEANFILES = \
|
||||||
|
autotestkeywords.log \
|
||||||
|
autotestkeywords.trs \
|
||||||
|
test-suite.log
|
||||||
|
|
||||||
-include $(top_srcdir)/git.mk
|
-include $(top_srcdir)/git.mk
|
||||||
|
|||||||
@ -385,13 +385,15 @@ substitutions = \
|
|||||||
%.test: %.test.in
|
%.test: %.test.in
|
||||||
$(AM_V_GEN) sed $(substitutions) $< > $@.tmp && mv $@.tmp $@
|
$(AM_V_GEN) sed $(substitutions) $< > $@.tmp && mv $@.tmp $@
|
||||||
|
|
||||||
DISTCLEANFILES = reftests.test
|
built_tests = \
|
||||||
|
|
||||||
testmetadir = $(datadir)/installed-tests/$(PACKAGE)
|
|
||||||
testmeta_DATA = \
|
|
||||||
reftests.test \
|
reftests.test \
|
||||||
reftests-dark.test \
|
reftests-dark.test \
|
||||||
reftests-hc.test
|
reftests-hc.test
|
||||||
|
|
||||||
|
DISTCLEANFILES = $(built_tests)
|
||||||
|
|
||||||
|
testmetadir = $(datadir)/installed-tests/$(PACKAGE)
|
||||||
|
testmeta_DATA = $(built_tests)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
-include $(top_srcdir)/git.mk
|
-include $(top_srcdir)/git.mk
|
||||||
|
|||||||
Reference in New Issue
Block a user