diff options
author | Daniel Friesel <derf@finalrewind.org> | 2022-06-12 13:36:41 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2022-06-12 13:38:57 +0200 |
commit | 8b928d357fbe89dfb33abe5d922843ac0b897ca4 (patch) | |
tree | 426b668a67148f6e9aa013e4a51f2a5151a236cf /man/Makefile | |
parent | 05a07126569fe2d2168ab3077a0891c4c872e389 (diff) |
feh(1), --version: Document libmagic compile flag
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 3be07e3..8fe2cbd 100644 --- a/man/Makefile +++ b/man/Makefile @@ -13,6 +13,7 @@ all: ${TARGETS} -e 's/\$$MAN_DEBUG\$$/${MAN_DEBUG}/' \ -e 's/\$$MAN_EXIF\$$/${MAN_EXIF}/' \ -e 's/\$$MAN_INOTIFY\$$/${MAN_INOTIFY}/' \ + -e 's/\$$MAN_MAGIC\$$/${MAN_MAGIC}/' \ -e 's/\$$MAN_XINERAMA\$$/${MAN_XINERAMA}/' \ < ${@:.1=.pre} > $@ |