* Smake (GNULIB_MODULES): Don't depend on memmem module, because
[pspp] / src / ui / gui / automake.mk
index d7a81dc9b378a7b6d9c6c926bb0b935f2553e84b..a405e87a61f27bbe510eb5f13c65b33d1c2a3b6c 100644 (file)
@@ -195,4 +195,13 @@ src_ui_gui_psppire_SOURCES = \
        src/ui/gui/window-manager.c \
        src/ui/gui/window-manager.h
 
-
+yelp-check:
+       @if ! yelp --version > /dev/null 2>&1 ; then \
+               echo    ; \
+               echo '    The Yelp document viewer does not seem to be installed on the system.' ; \
+               echo '    If Yelp is not available at run time, then the PSPPIRE online reference' ; \
+               echo '    manual will not be available.' ; \
+               echo '    Yelp is available from the GNOME project.  ftp://ftp.gnome.org/pub/gnome/sources/yelp' ; \
+               echo ; \
+       fi
+.PHONY: yelp-check