9 lines
186 B
Makefile
9 lines
186 B
Makefile
# Process this file with automake to produce Makefile.in
|
|
|
|
manifests:
|
|
@$(srcdir)/hb-manifest-update "$(srcdir)/texts" "$(srcdir)/fonts"
|
|
|
|
.PHONY: manifests
|
|
|
|
-include $(top_srcdir)/git.mk
|