diff options
Diffstat (limited to 'Master/texmf-dist/doc/fonts/amiri/Makefile')
-rw-r--r-- | Master/texmf-dist/doc/fonts/amiri/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/fonts/amiri/Makefile b/Master/texmf-dist/doc/fonts/amiri/Makefile index 189e7a08afe..8a4fa882f39 100644 --- a/Master/texmf-dist/doc/fonts/amiri/Makefile +++ b/Master/texmf-dist/doc/fonts/amiri/Makefile @@ -1,7 +1,7 @@ .PHONY: all clean ttf web pack check NAME=amiri -VERSION=0.102 +VERSION=0.103 TOOLS=tools SRC=sources @@ -26,6 +26,7 @@ PDFS=$(DOC)/$(NAME)-table.pdf CSSS=$(WEB)/$(NAME).css FEAT=$(wildcard $(SRC)/*.fea) TEST=$(wildcard $(TESTS)/*.test) +TEST+=$(wildcard $(TESTS)/*.ptest) DOCFILES=$(DOCS:%=$(DOC)/%.txt) license=OFL.txt OFL-FAQ.txt |