]> Lady’s Gitweb - OldStandard/blobdiff - makefile
Initial fork setup
[OldStandard] / makefile
diff --git a/makefile b/makefile
deleted file mode 100644 (file)
index 8f798c8..0000000
--- a/makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-pkg := oldstandard
-ver  := $(shell grep '\\edef\\pkgver' $(pkg).tex | grep -Eo '[0-9]?\.[0-9]?')
-TEXMFDIR := $(shell kpsewhich -expand-var='$$TEXMFHOME')
-HOMEDIR := $$HOME
-LOCALFONTDIR := $(HOMEDIR)/.local/share/fonts
-
-doc: local
-       lualatex --shell-escape $(pkg).tex
-       biber $(pkg)
-       lualatex --shell-escape $(pkg).tex
-       lualatex --shell-escape $(pkg).tex
-
-all: doc
-
-local:
-       rm -f $(LOCALFONTDIR)/OldStandard-*.otf
-       cp otf/OldStandard-*.otf $(LOCALFONTDIR)/
-       luaotfload-tool --update
-
-package: doc
-       mkdir $(pkg)
-       cp *.{txt,md,tex,pdf} $(pkg)
-       cp otf/*.otf $(pkg)
-       tar czf $(pkg)-$(ver).tar.gz $(pkg)
-
-clean: doc
-       rm -f $(LOCALFONTDIR)/OldStandard-*.otf
-       luaotfload-tool --update
-       git clean -df
-       pandoc README.md -o about.html
-
-.PHONY: doc all local package clean
This page took 0.064811 seconds and 4 git commands to generate.