URI:
       Change default MANPREFIX to be ${PREFIX}/man - stagit-gopher - static git page generator for gopher
  HTML git clone https://git.drkhsh.at/stagit-gopher.git
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit ee4c340ce6d24adf89df21d76e8849296efb0a34
   DIR parent f631d4ce702893c2207b1a12f2c048829c5f5ac7
  HTML Author: sin <sin@2f30.org>
       Date:   Wed,  6 Jan 2016 14:57:25 +0000
       
       Change default MANPREFIX to be ${PREFIX}/man
       
       Diffstat:
         M config.mk                           |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/config.mk b/config.mk
       @@ -2,7 +2,7 @@
        
        # paths
        PREFIX = /usr/local
       -MANPREFIX = ${PREFIX}/share/man
       +MANPREFIX = ${PREFIX}/man
        
        GITINC = /usr/local/include
        GITLIB = /usr/local/lib