]> Lady’s Gitweb - OldStandard/blobdiff - makefile
not yet 2.7, acutecomb needs to be corrected and oldstyle numerals are missing in...
[OldStandard] / makefile
index 8a85eb217fbfd3de3a4a913b9647bf43861e9e6f..bb2fe19b1192310aa78e969283276de6c8cb4eeb 100644 (file)
--- 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
This page took 0.126475 seconds and 4 git commands to generate.