diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2018-01-09 21:33:38 +0100 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2018-01-10 02:50:49 +0100 |
commit | b6b460024d29362914c72cc5f8fbaec215db5b16 (patch) | |
tree | 86913d16b3d6843c3a85ef4e004c6d50e27e8386 /test/shaping/Makefile.am | |
parent | ebbee7c2475db789b622250addbf549695da2890 (diff) | |
download | harfbuzz-b6b460024d29362914c72cc5f8fbaec215db5b16.tar.gz |
[test] Remove unused manifest stuff
Diffstat (limited to 'test/shaping/Makefile.am')
-rw-r--r-- | test/shaping/Makefile.am | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/test/shaping/Makefile.am b/test/shaping/Makefile.am index e2944f60..fa1faf51 100644 --- a/test/shaping/Makefile.am +++ b/test/shaping/Makefile.am @@ -10,9 +10,6 @@ MAINTAINERCLEANFILES = lib: @$(MAKE) $(AM_MAKEFLAGS) -C $(top_builddir)/src lib -manifests: - @$(srcdir)/hb-manifest-update "$(srcdir)/texts" "$(srcdir)/fonts" "$(srcdir)/tests" - EXTRA_DIST += \ README.md \ hb-diff \ @@ -20,8 +17,6 @@ EXTRA_DIST += \ hb-diff-filter-failures \ hb-diff-ngrams \ hb-diff-stat \ - hb-manifest-read \ - hb-manifest-update \ hb-unicode-decode \ hb-unicode-encode \ hb-unicode-prettyname \ @@ -107,6 +102,4 @@ endif TESTS_LOG_COMPILER = $(srcdir)/run-tests.py -.PHONY: manifests - -include $(top_srcdir)/git.mk |