summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.mk2
-rw-r--r--man/feh.pre2
2 files changed, 2 insertions, 2 deletions
diff --git a/config.mk b/config.mk
index a563c24..b19a6df 100644
--- a/config.mk
+++ b/config.mk
@@ -31,7 +31,7 @@ endif
ifeq (${debug},1)
CFLAGS += -DDEBUG
- MAN_DEBUG = This is a debug build.
+ MAN_DEBUG = . This is a debug build.
else
MAN_DEBUG =
endif
diff --git a/man/feh.pre b/man/feh.pre
index 9b0d3d8..74cc313 100644
--- a/man/feh.pre
+++ b/man/feh.pre
@@ -21,7 +21,7 @@
This manual documents feh $VERSION$
.Pp
Compile-time switches: libcurl support $MAN_CURL$, Xinerama support
-$MAN_XINERAMA$. $MAN_DEBUG$
+$MAN_XINERAMA$$MAN_DEBUG$
.
.
.Sh DESCRIPTION