aboutsummaryrefslogtreecommitdiffstats
path: root/nsxiv.1
diff options
context:
space:
mode:
authorN-R-K <79544946+N-R-K@users.noreply.github.com>2021-10-03 18:52:12 +0200
committerGitHub <noreply@github.com>2021-10-03 18:52:12 +0200
commite8d08ba67edf407884fa36f11c027cd7c0d4e46d (patch)
tree33093140f11547cad1e7fd80bc38cf35bdc11965 /nsxiv.1
parent1dc936d0eeb414a1b13ed3baa35800be3383a181 (diff)
downloadnsxiv-e8d08ba67edf407884fa36f11c027cd7c0d4e46d.tar.zst
Rework build system v2 (#71)
* Remove non-POSIX extensions and commands * Drop autodetection in favor of OPT_DEP_DEFAULT * Use += for LDLIBS as some BSD distros need to add extra flags * Change DOCPREFIX -> EGPREFIX * Use ?= for MANPREFIX and EGPREFIX * Update docs With this, we should have a stable build system. No further significant changes should be needed.
Diffstat (limited to 'nsxiv.1')
-rw-r--r--nsxiv.14
1 files changed, 2 insertions, 2 deletions
diff --git a/nsxiv.1 b/nsxiv.1
index c9d971e..27b0914 100644
--- a/nsxiv.1
+++ b/nsxiv.1
@@ -428,7 +428,7 @@ and the arguments given to it are: 1) path to image file, 2) image width,
3) image height.
.P
There is also an example script installed together with nsxiv as
-.IR DOCPREFIX/examples/image-info .
+.IR EGPREFIX/image-info .
.SH EXTERNAL KEY HANDLER
Additional external keyboard commands can be defined using a handler program
located in
@@ -446,7 +446,7 @@ where C/M/S indicate Ctrl/Meta(Alt)/Shift modifier states and KEY is the X
keysym as listed in /usr/include/X11/keysymdef.h without the "XK_" prefix.
There is also an example script installed together with nsxiv as
-.IR DOCPREFIX/examples/key-handler .
+.IR EGPREFIX/key-handler .
.SH THUMBNAIL CACHING
nsxiv stores all thumbnails under
.IR $XDG_CACHE_HOME/nsxiv/ .