diff options
| -rw-r--r-- | config.mk | 2 | ||||
| -rw-r--r-- | man/feh.pre | 2 | 
2 files changed, 2 insertions, 2 deletions
| @@ -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 | 
