diff options
| author | Daniel Friesel <derf@finalrewind.org> | 2012-01-28 00:05:53 +0100 | 
|---|---|---|
| committer | Daniel Friesel <derf@finalrewind.org> | 2012-01-28 00:05:53 +0100 | 
| commit | cbec7b15d0355926a504e2404f435cf3ab0e5b36 (patch) | |
| tree | d6c2bbf77710460b5b8d690f38e0fb459a90edfb /man | |
| parent | 4252f6eb96ef00d5907dceda3af8c581917d7aa1 (diff) | |
Show exif flag in manpage / --version
Diffstat (limited to 'man')
| -rw-r--r-- | man/Makefile | 1 | ||||
| -rw-r--r-- | man/feh.pre | 2 | 
2 files changed, 2 insertions, 1 deletions
| diff --git a/man/Makefile b/man/Makefile index f03b9d7..1927963 100644 --- a/man/Makefile +++ b/man/Makefile @@ -11,6 +11,7 @@ all: ${TARGETS}  	-e 's/\$$DATE\$$/'"$$(date '+%B %d, %Y')"/g \  	-e 's/\$$MAN_CURL\$$/${MAN_CURL}/' \  	-e 's/\$$MAN_DEBUG\$$/${MAN_DEBUG}/' \ +	-e 's/\$$MAN_EXIF\$$/${MAN_EXIF}/' \  	-e 's/\$$MAN_XINERAMA\$$/${MAN_XINERAMA}/' \  	< ${@:.1=.pre} > $@ diff --git a/man/feh.pre b/man/feh.pre index 42c6caa..08a151f 100644 --- a/man/feh.pre +++ b/man/feh.pre @@ -25,7 +25,7 @@ $VERSION$  .Pp  .  Compile-time switches: libcurl support $MAN_CURL$, Xinerama support -$MAN_XINERAMA$$MAN_DEBUG$ +$MAN_XINERAMA$, builtin EXIF support $MAN_EXIF$$MAN_DEBUG$  .  .  .Sh DESCRIPTION | 
