aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorRobert Alessi <alessi@robertalessi.net>2023-08-15 10:34:08 +0200
committerRobert Alessi <alessi@robertalessi.net>2023-08-15 10:42:23 +0200
commit38c06ad3fd4264b10b902ef729ee74d51c08f684 (patch)
treedbb379ab26b997848b85dcea2bcfdfb25500d18c /makefile
parent792271f1294bb5225891a8ac61e42aac3f0755d3 (diff)
downloadoldstandard-38c06ad3fd4264b10b902ef729ee74d51c08f684.tar.gz
updated AUTHORS.md, LICENSE and README.MD files
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 8a85eb2..5e3101a 100644
--- a/makefile
+++ b/makefile
@@ -1,5 +1,5 @@
1pkg := oldstandard 1pkg := oldstandard
2SHELL = bash 2SHELL = /usr/local/bin/bash
3PWD = $(shell pwd) 3PWD = $(shell pwd)
4#ver := $(shell grep '\\edef\\pkgver' $(pkg).tex | grep -Eo '[0-9]{1,}\.[0-9]{1,}[a-z]{,1}') 4#ver := $(shell grep '\\edef\\pkgver' $(pkg).tex | grep -Eo '[0-9]{1,}\.[0-9]{1,}[a-z]{,1}')
5ver := $(shell grep '\\edef\\pkgver' oldstandard.tex | egrep -o '[0-9]{1,}\.[0-9]{1,}\-?[a-z]?') 5ver := $(shell grep '\\edef\\pkgver' oldstandard.tex | egrep -o '[0-9]{1,}\.[0-9]{1,}\-?[a-z]?')