diff options
Diffstat (limited to 'Master/texmf-dist/doc/fonts/xits/Makefile')
-rw-r--r-- | Master/texmf-dist/doc/fonts/xits/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/fonts/xits/Makefile b/Master/texmf-dist/doc/fonts/xits/Makefile index 674b4cfd961..a54b925739f 100644 --- a/Master/texmf-dist/doc/fonts/xits/Makefile +++ b/Master/texmf-dist/doc/fonts/xits/Makefile @@ -1,5 +1,5 @@ NAME=xits -VERSION=1.010 +VERSION=1.011 SRC=sources DOC=documentation @@ -26,7 +26,7 @@ all: otf otf: $(OTF) %.otf: $(SRC)/%.sfd - @echo "Generating $@" + @echo "Building $@" @$(FF) -c $(SCRIPT) $< $@ 2>/dev/stdout 1>/dev/stderr | tail -n +4 doc: $(PDF) @@ -35,7 +35,11 @@ $(DOC)/%.pdf: $(DOCSRC)/%.tex @echo "Building $@" @context --nonstopmode --result=$@ $< 1>/dev/null -dist: $(OTF) $(PDF) +FONTLOG.txt: FONTLOG.txt.in + @echo "Generating $@" + @./tools/fontcoverage.py tools/Blocks.txt $< $(SFD) > $@ + +dist: $(OTF) $(PDF) FONTLOG.txt @echo "Making dist tarball" @mkdir -p $(DIST)/$(SRC) @mkdir -p $(DIST)/$(DOC) |