diff options
| author | ozpv <39195175+ozpv@users.noreply.github.com> | 2022-05-15 11:30:18 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-15 11:30:18 -0500 |
| commit | b79faf87008de58e6a76aa8e6baf0226eb29f42b (patch) | |
| tree | 83b01e1645adf34a2134a3383b3fc93d4ecd7404 /config.mk | |
| parent | 297f5a371a103bf59534d91221cd32841db48771 (diff) | |
update
Diffstat (limited to 'config.mk')
| -rw-r--r-- | config.mk | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,5 @@ # dmenu version -VERSION = 5.0 +VERSION = 5.1 # paths PREFIX = /usr/local @@ -17,6 +17,7 @@ FREETYPELIBS = -lfontconfig -lXft FREETYPEINC = /usr/include/freetype2 # OpenBSD (uncomment) #FREETYPEINC = $(X11INC)/freetype2 +#MANPREFIX = ${PREFIX}/man # includes and libs INCS = -I$(X11INC) -I$(FREETYPEINC) |
