[Xfce4-commits] <ristretto:stephan/icon-bar> Cleanup DOCDIR and RISTRETTO_HELP_LOCATION
Stephan Arts
noreply at xfce.org
Sun Jan 22 10:46:11 CET 2012
Updating branch refs/heads/stephan/icon-bar
to 06cfd28df55a2a43868297bfddb57d276714d153 (commit)
from f79dc47bbb975b9fa144004035baea5667a2c4eb (commit)
commit 06cfd28df55a2a43868297bfddb57d276714d153
Author: Stephan Arts <stephan at xfce.org>
Date: Tue Jan 10 19:25:24 2012 +0100
Cleanup DOCDIR and RISTRETTO_HELP_LOCATION
src/Makefile.am | 1 -
src/main_window.c | 5 -----
2 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/src/Makefile.am b/src/Makefile.am
index c5e810e..bf23216 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -34,7 +34,6 @@ ristretto_CFLAGS = \
$(LIBXFCE4UTIL_CFLAGS) \
$(LIBXFCE4UI_CFLAGS) \
$(LIBX11_CFLAGS) \
- -DDOCDIR=\"$(DESTDIR)$(docdir)\" \
-DDATADIR=\"$(datadir)\" \
-DSRCDIR=\"$(top_srcdir)\" \
-DLOCALEDIR=\"$(localedir)\"
diff --git a/src/main_window.c b/src/main_window.c
index 2e26e14..f5190cc 100644
--- a/src/main_window.c
+++ b/src/main_window.c
@@ -55,11 +55,6 @@
#define RISTRETTO_APP_TITLE _("Image Viewer")
#endif
-#ifndef RISTRETTO_HELP_LOCATION
-#define RISTRETTO_HELP_LOCATION "file://"DOCDIR"/html/C/index.html"
-#endif
-
-
#define RSTTO_RECENT_FILES_APP_NAME "ristretto"
#define RSTTO_RECENT_FILES_GROUP "Graphics"
More information about the Xfce4-commits
mailing list