diff options
author | Daniel Friesel <derf@finalrewind.org> | 2019-04-12 16:36:20 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2019-04-12 16:36:20 +0200 |
commit | fb698401b68a797a0a3e9373dd68c45164848a92 (patch) | |
tree | fa4543a1e056518861c164591ac318749155ddd6 /man/Makefile | |
parent | e6dd09e65e22cc13692e09b0018960e878b965c7 (diff) | |
parent | 1413ec25f44075de07e7e64a0d8d3bd6fa989966 (diff) |
Merge branch 'swillner-master'
Diffstat (limited to 'man/Makefile')
-rw-r--r-- | man/Makefile | 1 |
1 files changed, 1 insertions, 0 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} > $@ |