X-Git-Url: https://git.ladys.computer/OldStandard/blobdiff_plain/82b1f16122befa2fb11bf3fecb404a7f5ee62503..204638bfc2be2d58d6088bff9a003c496128c89f:/makefile?ds=inline

diff --git a/makefile b/makefile
index 5e3101a..8a37d48 100644
--- a/makefile
+++ b/makefile
@@ -13,9 +13,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 "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
@@ -37,7 +37,7 @@ local:
 
 package: doc
 	mkdir $(pkg)-$(ver)
-	cp *.{txt,md,lua,tex,pdf} $(pkg)-$(ver)
+	cp *.{txt,md,tex,pdf} $(pkg)-$(ver)
 	cp otf/*.otf $(pkg)-$(ver)
 	cp fontspec/*.fontspec $(pkg)-$(ver)
 	tar czf $(pkg)-$(ver).tar.gz $(pkg)-$(ver)
@@ -53,7 +53,6 @@ clean:
 	@echo "Removing .fontspec files from local texmf dir..."
 	rm -f $(TEXMFDIR)/tex/latex/fontspec/OldStandard.fontspec
 	git clean -df
-	pandoc README.md -o about.html
 	@echo "Done."
 
 .PHONY: doc all local package clean