diff options
| author | Daniel Friesel <derf@finalrewind.org> | 2019-04-12 16:34:12 +0200 | 
|---|---|---|
| committer | Daniel Friesel <derf@finalrewind.org> | 2019-04-12 16:34:12 +0200 | 
| commit | f8270763d6eb37e944999aa30fb648e564353a46 (patch) | |
| tree | 3f59564728c1ea7933f0a24f662920110da6c18c /man | |
| parent | e6dd09e65e22cc13692e09b0018960e878b965c7 (diff) | |
| parent | a9ffd5d2234433bc3f3829713b0968a1d6c13b94 (diff) | |
Merge branch 'master' of https://github.com/swillner/feh into swillner-master
Diffstat (limited to 'man')
| -rw-r--r-- | man/Makefile | 1 | ||||
| -rw-r--r-- | man/feh.pre | 3 | 
2 files changed, 3 insertions, 1 deletions
| diff --git a/man/Makefile b/man/Makefile index 9209de1..acf8629 100644 --- a/man/Makefile +++ b/man/Makefile @@ -12,6 +12,7 @@ all: ${TARGETS}  	-e 's/\$$MAN_CURL\$$/${MAN_CURL}/' \  	-e 's/\$$MAN_DEBUG\$$/${MAN_DEBUG}/' \  	-e 's/\$$MAN_EXIF\$$/${MAN_EXIF}/' \ +	-e 's/\$$MAN_INOTIFY\$$/${MAN_INOTIFY}/' \  	-e 's/\$$MAN_VERSCMP\$$/${MAN_VERSCMP}/' \  	-e 's/\$$MAN_XINERAMA\$$/${MAN_XINERAMA}/' \  	< ${@:.1=.pre} > $@ diff --git a/man/feh.pre b/man/feh.pre index b1ef16a..f59301f 100644 --- a/man/feh.pre +++ b/man/feh.pre @@ -26,7 +26,8 @@ $VERSION$  .  Compile-time switches: libcurl support $MAN_CURL$, natural sorting support  $MAN_VERSCMP$, Xinerama support -$MAN_XINERAMA$, builtin EXIF support $MAN_EXIF$$MAN_DEBUG$ +$MAN_XINERAMA$, builtin EXIF support $MAN_EXIF$, inotify support +$MAN_INOTIFY$$MAN_DEBUG$  .  .  .Sh DESCRIPTION | 
