Distribute testing tools
This commit is contained in:
parent
3e86feb54c
commit
ab94a9c542
|
@ -1,8 +1,32 @@
|
||||||
# Process this file with automake to produce Makefile.in
|
# Process this file with automake to produce Makefile.in
|
||||||
|
|
||||||
|
NULL =
|
||||||
|
EXTRA_DIST =
|
||||||
|
CLEANFILES =
|
||||||
|
DISTCLEANFILES =
|
||||||
|
MAINTAINERCLEANFILES =
|
||||||
|
|
||||||
manifests:
|
manifests:
|
||||||
@$(srcdir)/hb-manifest-update "$(srcdir)/texts" "$(srcdir)/fonts"
|
@$(srcdir)/hb-manifest-update "$(srcdir)/texts" "$(srcdir)/fonts"
|
||||||
|
|
||||||
|
EXTRA_DIST += \
|
||||||
|
hb-diff \
|
||||||
|
hb-diff-filter-failures \
|
||||||
|
hb-manifest-read \
|
||||||
|
hb-manifest-update \
|
||||||
|
hb-unicode-decode \
|
||||||
|
hb-unicode-encode \
|
||||||
|
hb-unicode-prettyname \
|
||||||
|
$(NULL)
|
||||||
|
|
||||||
|
# TODO Figure out Python stuff
|
||||||
|
EXTRA_DIST += \
|
||||||
|
hb_test_tools.py \
|
||||||
|
$(NULL)
|
||||||
|
CLEANFILES += \
|
||||||
|
hb_test_tools.py[co] \
|
||||||
|
$(NULL)
|
||||||
|
|
||||||
.PHONY: manifests
|
.PHONY: manifests
|
||||||
|
|
||||||
-include $(top_srcdir)/git.mk
|
-include $(top_srcdir)/git.mk
|
||||||
|
|
Loading…
Reference in New Issue