Lady’s Gitweb
/
OldStandard
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
typo
[OldStandard]
/
makefile
diff --git
a/makefile
b/makefile
index 84978921d2b627113d4c816312f32138b413db20..1748e0aaf2c021ea32a1d9f958dc30a7d3b5c0da 100644
(file)
--- a/
makefile
+++ b/
makefile
@@
-1,4
+1,5
@@
-pkg=oldstandard-t
+pkg := oldstandard
+ver := $(shell grep '\\edef\\pkgver' $(pkg).tex | grep -Eo '[0-9]?\.[0-9]?')
TEXMFDIR := $(shell kpsewhich -expand-var='$$TEXMFHOME')
HOMEDIR := $$HOME
TEXMFDIR := $(shell kpsewhich -expand-var='$$TEXMFHOME')
HOMEDIR := $$HOME
@@
-14,7
+15,7
@@
package: clean doc
mkdir $(pkg)
cp *.{txt,md,tex,pdf} $(pkg)
cp otf/*.otf $(pkg)
mkdir $(pkg)
cp *.{txt,md,tex,pdf} $(pkg)
cp otf/*.otf $(pkg)
- tar czf $(pkg).tar.gz $(pkg)
+ tar czf $(pkg)
-$(ver)
.tar.gz $(pkg)
clean:
git clean -df
clean:
git clean -df
This page took
0.181572 seconds
and
4
git commands to generate.