X-Git-Url: https://git.ladys.computer/Gitweb/blobdiff_plain/c71f76a432721363fadec372fa28f84f9b4a88997708138f7acbc1f4fc185b03..cfa626243ba2b7c13f099d500f46285f7ac28614d03e2d59333ebf0a72cbf12d:/INSTALL?ds=sidebyside diff --git a/INSTALL b/INSTALL index 813cd4d..b5e70aa 100644 --- a/INSTALL +++ b/INSTALL @@ -66,6 +66,11 @@ file for gitweb (in gitweb/README). build configuration variables. By default gitweb tries to find them in the same directory as gitweb.cgi script. +- You can optionally generate a minified version of gitweb.css by defining + the CSSMIN build configuration variable. By default the non-minified + version of gitweb.css will be used. NOTE: if you enable this option, + substitute gitweb.min.css for all uses of gitweb.css in the help files. + Build example ~~~~~~~~~~~~~