]> Lady’s Gitweb - OldStandard/blobdiff - makefile
added font table
[OldStandard] / 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
+       @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
@@ -26,7 +29,7 @@ local:
 
 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."
This page took 0.144668 seconds and 4 git commands to generate.