diff options
author | Akira TAGOH <akira@tagoh.org> | 2017-12-18 11:53:25 +0900 |
---|---|---|
committer | Akira TAGOH <akira@tagoh.org> | 2017-12-18 11:53:25 +0900 |
commit | dd1a92911b1abc4c266ad33d88ec8161342f0d69 (patch) | |
tree | 6516ee6698881fb8c90d144565b1eeb2fe3ac858 /test | |
parent | bad64a7e1f84c982da1f86f45faa10426dfce654 (diff) |
cleanup files
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index e13014ae..75e326cf 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -57,6 +57,8 @@ TESTS += test-bz96676 EXTRA_DIST=run-test.sh $(TESTDATA) out.expected-long-family-names out.expected-no-long-family-names -CLEANFILES= +CLEANFILES=out fonts.conf + +MAINTAINERCLEANFILES=out.expected -include $(top_srcdir)/git.mk |