Makefile: add manual path for OpenBSD - st - simple terminal | |
git clone git://git.suckless.org/st | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit baa9357e96d2478baa52a3301e70ac80a229b726 | |
parent 8629d9a1da72cc18568a8f146307b0e939b77ebf | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Sun, 1 May 2022 18:38:40 +0200 | |
Makefile: add manual path for OpenBSD | |
Diffstat: | |
M config.mk | 1 + | |
1 file changed, 1 insertion(+), 0 deletions(-) | |
--- | |
diff --git a/config.mk b/config.mk | |
@@ -30,6 +30,7 @@ STLDFLAGS = $(LIBS) $(LDFLAGS) | |
#LIBS = -L$(X11LIB) -lm -lX11 -lutil -lXft \ | |
# `$(PKG_CONFIG) --libs fontconfig` \ | |
# `$(PKG_CONFIG) --libs freetype2` | |
+#MANPREFIX = ${PREFIX}/man | |
# compiler and linker | |
# CC = c99 |