Make opus configuration more variable. - tgtimes - The Gopher Times
 (HTM) git clone git://bitreich.org/tgtimes git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/tgtimes
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Tags
 (DIR) README
       ---
 (DIR) commit b40c72927040dda89977669c0e04220b49ccbb81
 (DIR) parent 822eb1d4fe6f2f05b7fd87477b2f40baf28e06e7
 (HTM) Author: Christoph Lohmann <20h@r-36.net>
       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(-)
       ---
 (DIR) 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
 (DIR) diff --git a/opus b/opus
       @@ -1,5 +1,2 @@
        v=7
       -publishyear=2023
       -publishmonth=08
       -publishday=27
        
 (DIR) diff --git a/opus b/opus7/opus