diff options
author | Karl Berry <karl@freefriends.org> | 2011-07-26 23:26:09 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-07-26 23:26:09 +0000 |
commit | e2d56f5c45ad8c6d04d5b28277819d0d35ee1f1a (patch) | |
tree | 331138e172f124fde55e2fb3acabef8056b1c4a4 /Master/texmf-dist/doc/fonts/xits/Makefile | |
parent | fdc5e9c25570d64b606c141c6efd67c6ec046316 (diff) |
xits (15jul11)
git-svn-id: svn://tug.org/texlive/trunk@23240 c570f23f-e606-0410-a88d-b1316a301751
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) |