1# Process this file with automake to produce Makefile.in 2 3NULL = 4EXTRA_DIST = 5CLEANFILES = 6DISTCLEANFILES = 7MAINTAINERCLEANFILES = 8 9manifests: 10 @$(srcdir)/hb-manifest-update "$(srcdir)/texts" "$(srcdir)/fonts" 11 12EXTRA_DIST += \ 13 hb-diff \ 14 hb-diff-colorize \ 15 hb-diff-filter-failures \ 16 hb-diff-ngrams \ 17 hb-diff-stat \ 18 hb-manifest-read \ 19 hb-manifest-update \ 20 hb-unicode-decode \ 21 hb-unicode-encode \ 22 hb-unicode-prettyname \ 23 $(NULL) 24 25# TODO Figure out Python stuff 26EXTRA_DIST += \ 27 hb_test_tools.py \ 28 $(NULL) 29CLEANFILES += \ 30 hb_test_tools.py[co] \ 31 $(NULL) 32 33.PHONY: manifests 34 35-include $(top_srcdir)/git.mk 36