From d02e4f535a3ca34134e64c0fa157929ad1ac74ef Mon Sep 17 00:00:00 2001 From: John Darrington Date: Sun, 16 Aug 2020 10:50:17 +0200 Subject: [PATCH] src/ui/gui/automake.mk: Remove yelp-check rule --- src/ui/gui/automake.mk | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/ui/gui/automake.mk b/src/ui/gui/automake.mk index f7872962d1..02674bd279 100644 --- a/src/ui/gui/automake.mk +++ b/src/ui/gui/automake.mk @@ -348,18 +348,6 @@ nodist_src_ui_gui_psppire_SOURCES = \ src/ui/gui/psppire-marshal.h \ src/ui/gui/resources.c -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 - AM_CPPFLAGS += -Isrc src/ui/gui/org.fsf.pspp.metainfo.xml: src/ui/gui/org.fsf.pspp.metainfo.xml.in $(POFILES) -- 2.30.2