Lady’s Gitweb
/
OldStandard
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
added font table
[OldStandard]
/
makefile
diff --git
a/makefile
b/makefile
index a7b8032197156169557cea772cdacc534c75fd2b..5c34fdfc43bca75f8d799d360ef87e0baa22a159 100644
(file)
--- a/
makefile
+++ b/
makefile
@@
-10,6
+10,9
@@
doc: local
biber $(pkg) >/dev/null
lualatex --shell-escape $(pkg).tex >/dev/null
lualatex --shell-escape $(pkg).tex >/dev/null
biber $(pkg) >/dev/null
lualatex --shell-escape $(pkg).tex >/dev/null
lualatex --shell-escape $(pkg).tex >/dev/null
+ @echo "Building font table..."
+ lualatex --shell-escape fonttable.tex >/dev/null
+ lualatex --shell-escape fonttable.tex >/dev/null
@echo "Removing OldStandard .otf files from $(LOCALFONTDIR)..."
rm -f $(LOCALFONTDIR)/OldStandard-*.otf
luaotfload-tool --update
@echo "Removing OldStandard .otf files from $(LOCALFONTDIR)..."
rm -f $(LOCALFONTDIR)/OldStandard-*.otf
luaotfload-tool --update
@@
-26,7
+29,7
@@
local:
package: doc
mkdir $(pkg)-$(ver)
package: doc
mkdir $(pkg)-$(ver)
- cp *.{txt,md,tex,pdf} $(pkg)-$(ver)
+ cp *.{txt,md,
lua,
tex,pdf} $(pkg)-$(ver)
cp otf/*.otf $(pkg)-$(ver)
tar czf $(pkg)-$(ver).tar.gz $(pkg)-$(ver)
@echo "$(pkg)-$(ver).tar.gz has been created."
cp otf/*.otf $(pkg)-$(ver)
tar czf $(pkg)-$(ver).tar.gz $(pkg)-$(ver)
@echo "$(pkg)-$(ver).tar.gz has been created."
This page took
0.111175 seconds
and
4
git commands to generate.