summaryrefslogtreecommitdiff
path: root/man/Makefile
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-02-16 18:35:26 +0100
committerDaniel Friesel <derf@finalrewind.org>2011-02-16 18:35:26 +0100
commit85c63fc98b44a25330032dd55add65341966412c (patch)
treeb2c92b19e39ed4cbb2cf63a6f7ec0d45774b6a60 /man/Makefile
parent77a5334fd9db92453885b2d2f227f769424d7012 (diff)
Make -lcurl optional (enabled by default), rework feature en-/disabling
Diffstat (limited to 'man/Makefile')
-rw-r--r--man/Makefile3
1 files changed, 3 insertions, 0 deletions
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: