X-Git-Url: https://git.ladys.computer/OldStandard/blobdiff_plain/ee9b7f59c3864527d93d357486030ba6b9be5b96..b527844845877a20874e9cdc9c4720bcb8d44c77:/makefile diff --git a/makefile b/makefile index 8a85eb2..bb2fe19 100644 --- a/makefile +++ b/makefile @@ -1,5 +1,5 @@ pkg := oldstandard -SHELL = bash +SHELL = /usr/local/bin/bash PWD = $(shell pwd) #ver := $(shell grep '\\edef\\pkgver' $(pkg).tex | grep -Eo '[0-9]{1,}\.[0-9]{1,}[a-z]{,1}') ver := $(shell grep '\\edef\\pkgver' oldstandard.tex | egrep -o '[0-9]{1,}\.[0-9]{1,}\-?[a-z]?') @@ -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