diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-12-07 11:52:36 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-12-07 11:52:36 +0000 |
commit | a3c7e0fc904b613dc28b26f943c8b5f4ec2243a7 (patch) | |
tree | 2521481053b75e39f82b45286f821523a28f384d /Makefile | |
parent | abb85b1105b82b7f491e68cbc2ce2fa327d44797 (diff) | |
download | mandoc-a3c7e0fc904b613dc28b26f943c8b5f4ec2243a7.tar.gz |
By default, man.cgi should compile with -static (this was unset by mistake).
Also, set a custom CSS for man.cgi catman files.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ CFLAGS += -DUSE_WCHAR #CFLAGS += -DUSE_MANPATH # If your system supports static binaries only, uncomment this. -#STATIC = -static +STATIC = -static CFLAGS += -g -DHAVE_CONFIG_H -DVERSION="\"$(VERSION)\"" CFLAGS += -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings |