From 85c63fc98b44a25330032dd55add65341966412c Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 16 Feb 2011 18:35:26 +0100 Subject: Make -lcurl optional (enabled by default), rework feature en-/disabling --- man/Makefile | 3 +++ man/feh.pre | 3 +++ 2 files changed, 6 insertions(+) (limited to 'man') diff --git a/man/Makefile b/man/Makefile index 293d2b7..f03b9d7 100644 --- a/man/Makefile +++ b/man/Makefile @@ -9,6 +9,9 @@ all: ${TARGETS} sed \ -e 's/\$$VERSION\$$/${VERSION}/g' \ -e 's/\$$DATE\$$/'"$$(date '+%B %d, %Y')"/g \ + -e 's/\$$MAN_CURL\$$/${MAN_CURL}/' \ + -e 's/\$$MAN_DEBUG\$$/${MAN_DEBUG}/' \ + -e 's/\$$MAN_XINERAMA\$$/${MAN_XINERAMA}/' \ < ${@:.1=.pre} > $@ clean: diff --git a/man/feh.pre b/man/feh.pre index 099c545..95c5cc4 100644 --- a/man/feh.pre +++ b/man/feh.pre @@ -19,6 +19,9 @@ .Sh VERSION . This manual documents feh $VERSION$ +.Pp +Compile-time switches: libcurl support $MAN_CURL$, Xinerama support +$MAN_XINERAMA$. $MAN_DEBUG$ . . .Sh DESCRIPTION -- cgit v1.2.3