Make opus configuration more variable. - tgtimes - The Gopher Times | |
git clone git://bitreich.org/tgtimes git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit b40c72927040dda89977669c0e04220b49ccbb81 | |
parent 822eb1d4fe6f2f05b7fd87477b2f40baf28e06e7 | |
Author: Christoph Lohmann <[email protected]> | |
Date: Sun, 27 Aug 2023 21:58:22 +0200 | |
Make opus configuration more variable. | |
Diffstat: | |
M Makefile | 1 + | |
M opus | 3 --- | |
C opus -> opus7/opus | 0 | |
3 files changed, 1 insertion(+), 3 deletions(-) | |
--- | |
diff --git a/Makefile b/Makefile | |
@@ -1,4 +1,5 @@ | |
include opus | |
+include opus${v}/opus | |
date=$$(date +%Y-%m-%d) | |
tgtimes=opus$v/tgtimes$v | |
diff --git a/opus b/opus | |
@@ -1,5 +1,2 @@ | |
v=7 | |
-publishyear=2023 | |
-publishmonth=08 | |
-publishday=27 | |
diff --git a/opus b/opus7/opus |