Blame help/Makefile.in

Packit Service 3bdf47
# Makefile.in generated by automake 1.16.1 from Makefile.am.
Packit Service 3bdf47
# @configure_input@
Packit Service 3bdf47
Packit Service 3bdf47
# Copyright (C) 1994-2018 Free Software Foundation, Inc.
Packit Service 3bdf47
Packit Service 3bdf47
# This Makefile.in is free software; the Free Software Foundation
Packit Service 3bdf47
# gives unlimited permission to copy and/or distribute it,
Packit Service 3bdf47
# with or without modifications, as long as this notice is preserved.
Packit Service 3bdf47
Packit Service 3bdf47
# This program is distributed in the hope that it will be useful,
Packit Service 3bdf47
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
Packit Service 3bdf47
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
Packit Service 3bdf47
# PARTICULAR PURPOSE.
Packit Service 3bdf47
Packit Service 3bdf47
@SET_MAKE@
Packit Service 3bdf47
VPATH = @srcdir@
Packit Service 3bdf47
am__is_gnu_make = { \
Packit Service 3bdf47
  if test -z '$(MAKELEVEL)'; then \
Packit Service 3bdf47
    false; \
Packit Service 3bdf47
  elif test -n '$(MAKE_HOST)'; then \
Packit Service 3bdf47
    true; \
Packit Service 3bdf47
  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
Packit Service 3bdf47
    true; \
Packit Service 3bdf47
  else \
Packit Service 3bdf47
    false; \
Packit Service 3bdf47
  fi; \
Packit Service 3bdf47
}
Packit Service 3bdf47
am__make_running_with_option = \
Packit Service 3bdf47
  case $${target_option-} in \
Packit Service 3bdf47
      ?) ;; \
Packit Service 3bdf47
      *) echo "am__make_running_with_option: internal error: invalid" \
Packit Service 3bdf47
              "target option '$${target_option-}' specified" >&2; \
Packit Service 3bdf47
         exit 1;; \
Packit Service 3bdf47
  esac; \
Packit Service 3bdf47
  has_opt=no; \
Packit Service 3bdf47
  sane_makeflags=$$MAKEFLAGS; \
Packit Service 3bdf47
  if $(am__is_gnu_make); then \
Packit Service 3bdf47
    sane_makeflags=$$MFLAGS; \
Packit Service 3bdf47
  else \
Packit Service 3bdf47
    case $$MAKEFLAGS in \
Packit Service 3bdf47
      *\\[\ \	]*) \
Packit Service 3bdf47
        bs=\\; \
Packit Service 3bdf47
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
Packit Service 3bdf47
          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
Packit Service 3bdf47
    esac; \
Packit Service 3bdf47
  fi; \
Packit Service 3bdf47
  skip_next=no; \
Packit Service 3bdf47
  strip_trailopt () \
Packit Service 3bdf47
  { \
Packit Service 3bdf47
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
Packit Service 3bdf47
  }; \
Packit Service 3bdf47
  for flg in $$sane_makeflags; do \
Packit Service 3bdf47
    test $$skip_next = yes && { skip_next=no; continue; }; \
Packit Service 3bdf47
    case $$flg in \
Packit Service 3bdf47
      *=*|--*) continue;; \
Packit Service 3bdf47
        -*I) strip_trailopt 'I'; skip_next=yes;; \
Packit Service 3bdf47
      -*I?*) strip_trailopt 'I';; \
Packit Service 3bdf47
        -*O) strip_trailopt 'O'; skip_next=yes;; \
Packit Service 3bdf47
      -*O?*) strip_trailopt 'O';; \
Packit Service 3bdf47
        -*l) strip_trailopt 'l'; skip_next=yes;; \
Packit Service 3bdf47
      -*l?*) strip_trailopt 'l';; \
Packit Service 3bdf47
      -[dEDm]) skip_next=yes;; \
Packit Service 3bdf47
      -[JT]) skip_next=yes;; \
Packit Service 3bdf47
    esac; \
Packit Service 3bdf47
    case $$flg in \
Packit Service 3bdf47
      *$$target_option*) has_opt=yes; break;; \
Packit Service 3bdf47
    esac; \
Packit Service 3bdf47
  done; \
Packit Service 3bdf47
  test $$has_opt = yes
Packit Service 3bdf47
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
Packit Service 3bdf47
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
Packit Service 3bdf47
pkgdatadir = $(datadir)/@PACKAGE@
Packit Service 3bdf47
pkgincludedir = $(includedir)/@PACKAGE@
Packit Service 3bdf47
pkglibdir = $(libdir)/@PACKAGE@
Packit Service 3bdf47
pkglibexecdir = $(libexecdir)/@PACKAGE@
Packit Service 3bdf47
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
Packit Service 3bdf47
install_sh_DATA = $(install_sh) -c -m 644
Packit Service 3bdf47
install_sh_PROGRAM = $(install_sh) -c
Packit Service 3bdf47
install_sh_SCRIPT = $(install_sh) -c
Packit Service 3bdf47
INSTALL_HEADER = $(INSTALL_DATA)
Packit Service 3bdf47
transform = $(program_transform_name)
Packit Service 3bdf47
NORMAL_INSTALL = :
Packit Service 3bdf47
PRE_INSTALL = :
Packit Service 3bdf47
POST_INSTALL = :
Packit Service 3bdf47
NORMAL_UNINSTALL = :
Packit Service 3bdf47
PRE_UNINSTALL = :
Packit Service 3bdf47
POST_UNINSTALL = :
Packit Service 3bdf47
build_triplet = @build@
Packit Service 3bdf47
host_triplet = @host@
Packit Service 3bdf47
subdir = help
Packit Service 3bdf47
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
Packit Service 3bdf47
am__aclocal_m4_deps = $(top_srcdir)/m4/ax_pthread.m4 \
Packit Service 3bdf47
	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
Packit Service 3bdf47
	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
Packit Service 3bdf47
	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \
Packit Service 3bdf47
	$(top_srcdir)/configure.ac
Packit Service 3bdf47
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
Packit Service 3bdf47
	$(ACLOCAL_M4)
Packit Service 3bdf47
DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
Packit Service 3bdf47
mkinstalldirs = $(install_sh) -d
Packit Service 3bdf47
CONFIG_HEADER = $(top_builddir)/config.h
Packit Service 3bdf47
CONFIG_CLEAN_FILES =
Packit Service 3bdf47
CONFIG_CLEAN_VPATH_FILES =
Packit Service 3bdf47
AM_V_P = $(am__v_P_@AM_V@)
Packit Service 3bdf47
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
Packit Service 3bdf47
am__v_P_0 = false
Packit Service 3bdf47
am__v_P_1 = :
Packit Service 3bdf47
AM_V_GEN = $(am__v_GEN_@AM_V@)
Packit Service 3bdf47
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
Packit Service 3bdf47
am__v_GEN_0 = @echo "  GEN     " $@;
Packit Service 3bdf47
am__v_GEN_1 = 
Packit Service 3bdf47
AM_V_at = $(am__v_at_@AM_V@)
Packit Service 3bdf47
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
Packit Service 3bdf47
am__v_at_0 = @
Packit Service 3bdf47
am__v_at_1 = 
Packit Service 3bdf47
SOURCES =
Packit Service 3bdf47
DIST_SOURCES =
Packit Service 3bdf47
am__can_run_installinfo = \
Packit Service 3bdf47
  case $$AM_UPDATE_INFO_DIR in \
Packit Service 3bdf47
    n|no|NO) false;; \
Packit Service 3bdf47
    *) (install-info --version) >/dev/null 2>&1;; \
Packit Service 3bdf47
  esac
Packit Service 3bdf47
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
Packit Service 3bdf47
am__DIST_COMMON = $(srcdir)/Makefile.in
Packit Service 3bdf47
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
Packit Service 3bdf47
ACLOCAL = @ACLOCAL@
Packit Service 3bdf47
ALL_LINGUAS = @ALL_LINGUAS@
Packit Service 3bdf47
AMTAR = @AMTAR@
Packit Service 3bdf47
AM_CFLAGS = @AM_CFLAGS@
Packit Service 3bdf47
AM_CPPFLAGS = @AM_CPPFLAGS@
Packit Service 3bdf47
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
Packit Service 3bdf47
AM_LDFLAGS = @AM_LDFLAGS@
Packit Service 3bdf47
AR = @AR@
Packit Service 3bdf47
AUTOCONF = @AUTOCONF@
Packit Service 3bdf47
AUTOHEADER = @AUTOHEADER@
Packit Service 3bdf47
AUTOMAKE = @AUTOMAKE@
Packit Service 3bdf47
AWK = @AWK@
Packit Service 3bdf47
CATALOGS = @CATALOGS@
Packit Service 3bdf47
CATOBJEXT = @CATOBJEXT@
Packit Service 3bdf47
CC = @CC@
Packit Service 3bdf47
CCDEPMODE = @CCDEPMODE@
Packit Service 3bdf47
CFLAGS = @CFLAGS@
Packit Service 3bdf47
CPP = @CPP@
Packit Service 3bdf47
CPPFLAGS = @CPPFLAGS@
Packit Service 3bdf47
CYGPATH_W = @CYGPATH_W@
Packit Service 3bdf47
DATADIRNAME = @DATADIRNAME@
Packit Service 3bdf47
DEFS = @DEFS@
Packit Service 3bdf47
DEPDIR = @DEPDIR@
Packit Service 3bdf47
DESKTOP_FILE_VALIDATE = @DESKTOP_FILE_VALIDATE@
Packit Service 3bdf47
DLLTOOL = @DLLTOOL@
Packit Service 3bdf47
DSYMUTIL = @DSYMUTIL@
Packit Service 3bdf47
DUMPBIN = @DUMPBIN@
Packit Service 3bdf47
ECHO_C = @ECHO_C@
Packit Service 3bdf47
ECHO_N = @ECHO_N@
Packit Service 3bdf47
ECHO_T = @ECHO_T@
Packit Service 3bdf47
EGREP = @EGREP@
Packit Service 3bdf47
EXEEXT = @EXEEXT@
Packit Service 3bdf47
FGREP = @FGREP@
Packit Service 3bdf47
GDBUS_CODEGEN = @GDBUS_CODEGEN@
Packit Service 3bdf47
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
Packit Service 3bdf47
GLIB_COMPILE_RESOURCES = @GLIB_COMPILE_RESOURCES@
Packit Service 3bdf47
GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
Packit Service 3bdf47
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
Packit Service 3bdf47
GLIB_MKENUMS = @GLIB_MKENUMS@
Packit Service 3bdf47
GMOFILES = @GMOFILES@
Packit Service 3bdf47
GMSGFMT = @GMSGFMT@
Packit Service 3bdf47
GREP = @GREP@
Packit Service 3bdf47
GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
Packit Service 3bdf47
GTK_API_VERSION = @GTK_API_VERSION@
Packit Service 3bdf47
HELP_DIR = @HELP_DIR@
Packit Service 3bdf47
INSTALL = @INSTALL@
Packit Service 3bdf47
INSTALL_DATA = @INSTALL_DATA@
Packit Service 3bdf47
INSTALL_PROGRAM = @INSTALL_PROGRAM@
Packit Service 3bdf47
INSTALL_SCRIPT = @INSTALL_SCRIPT@
Packit Service 3bdf47
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
Packit Service 3bdf47
INSTOBJEXT = @INSTOBJEXT@
Packit Service 3bdf47
INTLLIBS = @INTLLIBS@
Packit Service 3bdf47
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
Packit Service 3bdf47
INTLTOOL_MERGE = @INTLTOOL_MERGE@
Packit Service 3bdf47
INTLTOOL_PERL = @INTLTOOL_PERL@
Packit Service 3bdf47
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
Packit Service 3bdf47
INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
Packit Service 3bdf47
INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
Packit Service 3bdf47
INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
Packit Service 3bdf47
INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
Packit Service 3bdf47
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
Packit Service 3bdf47
ITSTOOL = @ITSTOOL@
Packit Service 3bdf47
LD = @LD@
Packit Service 3bdf47
LDFLAGS = @LDFLAGS@
Packit Service 3bdf47
LIBOBJS = @LIBOBJS@
Packit Service 3bdf47
LIBS = @LIBS@
Packit Service 3bdf47
LIBTOOL = @LIBTOOL@
Packit Service 3bdf47
LIPO = @LIPO@
Packit Service 3bdf47
LN_S = @LN_S@
Packit Service 3bdf47
LTLIBOBJS = @LTLIBOBJS@
Packit Service 3bdf47
LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
Packit Service 3bdf47
MAINT = @MAINT@
Packit Service 3bdf47
MAKEINFO = @MAKEINFO@
Packit Service 3bdf47
MANIFEST_TOOL = @MANIFEST_TOOL@
Packit Service 3bdf47
MIGRATOR_CFLAGS = @MIGRATOR_CFLAGS@
Packit Service 3bdf47
MIGRATOR_LIBS = @MIGRATOR_LIBS@
Packit Service 3bdf47
MKDIR_P = @MKDIR_P@
Packit Service 3bdf47
MKINSTALLDIRS = @MKINSTALLDIRS@
Packit Service 3bdf47
MSGFMT = @MSGFMT@
Packit Service 3bdf47
MSGFMT_OPTS = @MSGFMT_OPTS@
Packit Service 3bdf47
MSGMERGE = @MSGMERGE@
Packit Service 3bdf47
NAUTILUS_CFLAGS = @NAUTILUS_CFLAGS@
Packit Service 3bdf47
NAUTILUS_LIBS = @NAUTILUS_LIBS@
Packit Service 3bdf47
NM = @NM@
Packit Service 3bdf47
NMEDIT = @NMEDIT@
Packit Service 3bdf47
OBJDUMP = @OBJDUMP@
Packit Service 3bdf47
OBJEXT = @OBJEXT@
Packit Service 3bdf47
OTOOL = @OTOOL@
Packit Service 3bdf47
OTOOL64 = @OTOOL64@
Packit Service 3bdf47
PACKAGE = @PACKAGE@
Packit Service 3bdf47
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
Packit Service 3bdf47
PACKAGE_NAME = @PACKAGE_NAME@
Packit Service 3bdf47
PACKAGE_STRING = @PACKAGE_STRING@
Packit Service 3bdf47
PACKAGE_TARNAME = @PACKAGE_TARNAME@
Packit Service 3bdf47
PACKAGE_URL = @PACKAGE_URL@
Packit Service 3bdf47
PACKAGE_VERSION = @PACKAGE_VERSION@
Packit Service 3bdf47
PATH_SEPARATOR = @PATH_SEPARATOR@
Packit Service 3bdf47
PKG_CONFIG = @PKG_CONFIG@
Packit Service 3bdf47
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
Packit Service 3bdf47
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
Packit Service 3bdf47
POFILES = @POFILES@
Packit Service 3bdf47
POSUB = @POSUB@
Packit Service 3bdf47
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
Packit Service 3bdf47
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
Packit Service 3bdf47
PTHREAD_CC = @PTHREAD_CC@
Packit Service 3bdf47
PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
Packit Service 3bdf47
PTHREAD_LIBS = @PTHREAD_LIBS@
Packit Service 3bdf47
RANLIB = @RANLIB@
Packit Service 3bdf47
SED = @SED@
Packit Service 3bdf47
SET_MAKE = @SET_MAKE@
Packit Service 3bdf47
SHELL = @SHELL@
Packit Service 3bdf47
STRIP = @STRIP@
Packit Service 3bdf47
TERMINAL_API_VERSION = @TERMINAL_API_VERSION@
Packit Service 3bdf47
TERMINAL_MAJOR_VERSION = @TERMINAL_MAJOR_VERSION@
Packit Service 3bdf47
TERMINAL_MICRO_VERSION = @TERMINAL_MICRO_VERSION@
Packit Service 3bdf47
TERMINAL_MINOR_VERSION = @TERMINAL_MINOR_VERSION@
Packit Service 3bdf47
TERM_CFLAGS = @TERM_CFLAGS@
Packit Service 3bdf47
TERM_LIBS = @TERM_LIBS@
Packit Service 3bdf47
USE_NLS = @USE_NLS@
Packit Service 3bdf47
VERSION = @VERSION@
Packit Service 3bdf47
WARN_CFLAGS = @WARN_CFLAGS@
Packit Service 3bdf47
XGETTEXT = @XGETTEXT@
Packit Service 3bdf47
XMLLINT = @XMLLINT@
Packit Service 3bdf47
YELP_LC_DIST = @YELP_LC_DIST@
Packit Service 3bdf47
YELP_LC_MEDIA_LINKS = @YELP_LC_MEDIA_LINKS@
Packit Service 3bdf47
abs_builddir = @abs_builddir@
Packit Service 3bdf47
abs_srcdir = @abs_srcdir@
Packit Service 3bdf47
abs_top_builddir = @abs_top_builddir@
Packit Service 3bdf47
abs_top_srcdir = @abs_top_srcdir@
Packit Service 3bdf47
ac_ct_AR = @ac_ct_AR@
Packit Service 3bdf47
ac_ct_CC = @ac_ct_CC@
Packit Service 3bdf47
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
Packit Service 3bdf47
am__include = @am__include@
Packit Service 3bdf47
am__leading_dot = @am__leading_dot@
Packit Service 3bdf47
am__quote = @am__quote@
Packit Service 3bdf47
am__tar = @am__tar@
Packit Service 3bdf47
am__untar = @am__untar@
Packit Service 3bdf47
ax_pthread_config = @ax_pthread_config@
Packit Service 3bdf47
bindir = @bindir@
Packit Service 3bdf47
build = @build@
Packit Service 3bdf47
build_alias = @build_alias@
Packit Service 3bdf47
build_cpu = @build_cpu@
Packit Service 3bdf47
build_os = @build_os@
Packit Service 3bdf47
build_vendor = @build_vendor@
Packit Service 3bdf47
builddir = @builddir@
Packit Service 3bdf47
datadir = @datadir@
Packit Service 3bdf47
datarootdir = @datarootdir@
Packit Service 3bdf47
dbusinterfacedir = @dbusinterfacedir@
Packit Service 3bdf47
dbusservicedir = @dbusservicedir@
Packit Service 3bdf47
docdir = @docdir@
Packit Service 3bdf47
dvidir = @dvidir@
Packit Service 3bdf47
exec_prefix = @exec_prefix@
Packit Service 3bdf47
gsettingsschemadir = @gsettingsschemadir@
Packit Service 3bdf47
host = @host@
Packit Service 3bdf47
host_alias = @host_alias@
Packit Service 3bdf47
host_cpu = @host_cpu@
Packit Service 3bdf47
host_os = @host_os@
Packit Service 3bdf47
host_vendor = @host_vendor@
Packit Service 3bdf47
htmldir = @htmldir@
Packit Service 3bdf47
includedir = @includedir@
Packit Service 3bdf47
infodir = @infodir@
Packit Service 3bdf47
install_sh = @install_sh@
Packit Service 3bdf47
intltool__v_merge_options_ = @intltool__v_merge_options_@
Packit Service 3bdf47
intltool__v_merge_options_0 = @intltool__v_merge_options_0@
Packit Service 3bdf47
libdir = @libdir@
Packit Service 3bdf47
libexecdir = @libexecdir@
Packit Service 3bdf47
localedir = @localedir@
Packit Service 3bdf47
localstatedir = @localstatedir@
Packit Service 3bdf47
mandir = @mandir@
Packit Service 3bdf47
mkdir_p = @mkdir_p@
Packit Service 3bdf47
nautilusextensiondir = @nautilusextensiondir@
Packit Service 3bdf47
oldincludedir = @oldincludedir@
Packit Service 3bdf47
pdfdir = @pdfdir@
Packit Service 3bdf47
prefix = @prefix@
Packit Service 3bdf47
program_transform_name = @program_transform_name@
Packit Service 3bdf47
psdir = @psdir@
Packit Service 3bdf47
sbindir = @sbindir@
Packit Service 3bdf47
sharedstatedir = @sharedstatedir@
Packit Service 3bdf47
srcdir = @srcdir@
Packit Service 3bdf47
sysconfdir = @sysconfdir@
Packit Service 3bdf47
target_alias = @target_alias@
Packit Service 3bdf47
top_build_prefix = @top_build_prefix@
Packit Service 3bdf47
top_builddir = @top_builddir@
Packit Service 3bdf47
top_srcdir = @top_srcdir@
Packit Service 3bdf47
NULL = 
Packit Service 3bdf47
HELP_ID = gnome-terminal
Packit Service 3bdf47
HELP_MEDIA = \
Packit Service 3bdf47
	figures/gnome-terminal.png \
Packit Service 3bdf47
	figures/gnome-terminal-icon.png \
Packit Service 3bdf47
	$(NULL)
Packit Service 3bdf47
Packit Service 3bdf47
HELP_FILES = \
Packit Service 3bdf47
	adv-keyboard-shortcuts.page \
Packit Service 3bdf47
	app-colors.page \
Packit Service 3bdf47
	app-cursor.page \
Packit Service 3bdf47
	app-fonts.page \
Packit Service 3bdf47
	app-fullscreen.page \
Packit Service 3bdf47
	app-terminal-sizes.page \
Packit Service 3bdf47
	app-zoom.page \
Packit Service 3bdf47
	gs-execute-commands.page \
Packit Service 3bdf47
	gs-tabs.page \
Packit Service 3bdf47
	index.page \
Packit Service 3bdf47
	introduction.page \
Packit Service 3bdf47
	legal.xml \
Packit Service 3bdf47
	overview.page \
Packit Service 3bdf47
	pref.page \
Packit Service 3bdf47
	pref-bell.page \
Packit Service 3bdf47
	pref-custom-exit.page \
Packit Service 3bdf47
	pref-custom-command.page \
Packit Service 3bdf47
	pref-encoding.page \
Packit Service 3bdf47
	pref-keyboard-access.page \
Packit Service 3bdf47
	pref-login-shell.page \
Packit Service 3bdf47
	pref-menubar.page \
Packit Service 3bdf47
	pref-profiles.page \
Packit Service 3bdf47
	pref-profile-char-width.page \
Packit Service 3bdf47
	pref-profile-encoding.page \
Packit Service 3bdf47
	pref-scrolling.page \
Packit Service 3bdf47
	pref-tab-window.page \
Packit Service 3bdf47
	pref-user-input.page \
Packit Service 3bdf47
	prob-reset.page \
Packit Service 3bdf47
	txt-copy-paste.page \
Packit Service 3bdf47
	txt-links.page \
Packit Service 3bdf47
	txt-save-text.page \
Packit Service 3bdf47
	txt-search.page \
Packit Service 3bdf47
	txt-select-text.page \
Packit Service 3bdf47
	$(NULL)
Packit Service 3bdf47
Packit Service 3bdf47
HELP_LINGUAS = ca cs de el es fi fr gl hu ko pl pt_BR ro ru sv
Packit Service 3bdf47
all: all-am
Packit Service 3bdf47
Packit Service 3bdf47
.SUFFIXES:
Packit Service 3bdf47
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
Packit Service 3bdf47
	@for dep in $?; do \
Packit Service 3bdf47
	  case '$(am__configure_deps)' in \
Packit Service 3bdf47
	    *$$dep*) \
Packit Service 3bdf47
	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
Packit Service 3bdf47
	        && { if test -f $@; then exit 0; else break; fi; }; \
Packit Service 3bdf47
	      exit 1;; \
Packit Service 3bdf47
	  esac; \
Packit Service 3bdf47
	done; \
Packit Service 3bdf47
	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign help/Makefile'; \
Packit Service 3bdf47
	$(am__cd) $(top_srcdir) && \
Packit Service 3bdf47
	  $(AUTOMAKE) --foreign help/Makefile
Packit Service 3bdf47
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
Packit Service 3bdf47
	@case '$?' in \
Packit Service 3bdf47
	  *config.status*) \
Packit Service 3bdf47
	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
Packit Service 3bdf47
	  *) \
Packit Service 3bdf47
	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
Packit Service 3bdf47
	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
Packit Service 3bdf47
	esac;
Packit Service 3bdf47
Packit Service 3bdf47
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
Packit Service 3bdf47
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
Packit Service 3bdf47
Packit Service 3bdf47
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
Packit Service 3bdf47
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
Packit Service 3bdf47
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
Packit Service 3bdf47
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
Packit Service 3bdf47
$(am__aclocal_m4_deps):
Packit Service 3bdf47
Packit Service 3bdf47
mostlyclean-libtool:
Packit Service 3bdf47
	-rm -f *.lo
Packit Service 3bdf47
Packit Service 3bdf47
clean-libtool:
Packit Service 3bdf47
	-rm -rf .libs _libs
Packit Service 3bdf47
tags TAGS:
Packit Service 3bdf47
Packit Service 3bdf47
ctags CTAGS:
Packit Service 3bdf47
Packit Service 3bdf47
cscope cscopelist:
Packit Service 3bdf47
Packit Service 3bdf47
Packit Service 3bdf47
distdir: $(BUILT_SOURCES)
Packit Service 3bdf47
	$(MAKE) $(AM_MAKEFLAGS) distdir-am
Packit Service 3bdf47
Packit Service 3bdf47
distdir-am: $(DISTFILES)
Packit Service 3bdf47
	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
Packit Service 3bdf47
	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
Packit Service 3bdf47
	list='$(DISTFILES)'; \
Packit Service 3bdf47
	  dist_files=`for file in $$list; do echo $$file; done | \
Packit Service 3bdf47
	  sed -e "s|^$$srcdirstrip/||;t" \
Packit Service 3bdf47
	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
Packit Service 3bdf47
	case $$dist_files in \
Packit Service 3bdf47
	  */*) $(MKDIR_P) `echo "$$dist_files" | \
Packit Service 3bdf47
			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
Packit Service 3bdf47
			   sort -u` ;; \
Packit Service 3bdf47
	esac; \
Packit Service 3bdf47
	for file in $$dist_files; do \
Packit Service 3bdf47
	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
Packit Service 3bdf47
	  if test -d $$d/$$file; then \
Packit Service 3bdf47
	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
Packit Service 3bdf47
	    if test -d "$(distdir)/$$file"; then \
Packit Service 3bdf47
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
Packit Service 3bdf47
	    fi; \
Packit Service 3bdf47
	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
Packit Service 3bdf47
	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
Packit Service 3bdf47
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
Packit Service 3bdf47
	    fi; \
Packit Service 3bdf47
	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
Packit Service 3bdf47
	  else \
Packit Service 3bdf47
	    test -f "$(distdir)/$$file" \
Packit Service 3bdf47
	    || cp -p $$d/$$file "$(distdir)/$$file" \
Packit Service 3bdf47
	    || exit 1; \
Packit Service 3bdf47
	  fi; \
Packit Service 3bdf47
	done
Packit Service 3bdf47
check-am: all-am
Packit Service 3bdf47
check: check-am
Packit Service 3bdf47
all-am: Makefile
Packit Service 3bdf47
installdirs:
Packit Service 3bdf47
install: install-am
Packit Service 3bdf47
install-exec: install-exec-am
Packit Service 3bdf47
install-data: install-data-am
Packit Service 3bdf47
uninstall: uninstall-am
Packit Service 3bdf47
Packit Service 3bdf47
install-am: all-am
Packit Service 3bdf47
	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
Packit Service 3bdf47
Packit Service 3bdf47
installcheck: installcheck-am
Packit Service 3bdf47
install-strip:
Packit Service 3bdf47
	if test -z '$(STRIP)'; then \
Packit Service 3bdf47
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
Packit Service 3bdf47
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
Packit Service 3bdf47
	      install; \
Packit Service 3bdf47
	else \
Packit Service 3bdf47
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
Packit Service 3bdf47
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
Packit Service 3bdf47
	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
Packit Service 3bdf47
	fi
Packit Service 3bdf47
mostlyclean-generic:
Packit Service 3bdf47
Packit Service 3bdf47
clean-generic:
Packit Service 3bdf47
Packit Service 3bdf47
distclean-generic:
Packit Service 3bdf47
	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
Packit Service 3bdf47
	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
Packit Service 3bdf47
Packit Service 3bdf47
maintainer-clean-generic:
Packit Service 3bdf47
	@echo "This command is intended for maintainers to use"
Packit Service 3bdf47
	@echo "it deletes files that may require special tools to rebuild."
Packit Service 3bdf47
clean: clean-am
Packit Service 3bdf47
Packit Service 3bdf47
clean-am: clean-generic clean-libtool mostlyclean-am
Packit Service 3bdf47
Packit Service 3bdf47
distclean: distclean-am
Packit Service 3bdf47
	-rm -f Makefile
Packit Service 3bdf47
distclean-am: clean-am distclean-generic
Packit Service 3bdf47
Packit Service 3bdf47
dvi: dvi-am
Packit Service 3bdf47
Packit Service 3bdf47
dvi-am:
Packit Service 3bdf47
Packit Service 3bdf47
html: html-am
Packit Service 3bdf47
Packit Service 3bdf47
html-am:
Packit Service 3bdf47
Packit Service 3bdf47
info: info-am
Packit Service 3bdf47
Packit Service 3bdf47
info-am:
Packit Service 3bdf47
Packit Service 3bdf47
install-data-am:
Packit Service 3bdf47
Packit Service 3bdf47
install-dvi: install-dvi-am
Packit Service 3bdf47
Packit Service 3bdf47
install-dvi-am:
Packit Service 3bdf47
Packit Service 3bdf47
install-exec-am:
Packit Service 3bdf47
Packit Service 3bdf47
install-html: install-html-am
Packit Service 3bdf47
Packit Service 3bdf47
install-html-am:
Packit Service 3bdf47
Packit Service 3bdf47
install-info: install-info-am
Packit Service 3bdf47
Packit Service 3bdf47
install-info-am:
Packit Service 3bdf47
Packit Service 3bdf47
install-man:
Packit Service 3bdf47
Packit Service 3bdf47
install-pdf: install-pdf-am
Packit Service 3bdf47
Packit Service 3bdf47
install-pdf-am:
Packit Service 3bdf47
Packit Service 3bdf47
install-ps: install-ps-am
Packit Service 3bdf47
Packit Service 3bdf47
install-ps-am:
Packit Service 3bdf47
Packit Service 3bdf47
installcheck-am:
Packit Service 3bdf47
Packit Service 3bdf47
maintainer-clean: maintainer-clean-am
Packit Service 3bdf47
	-rm -f Makefile
Packit Service 3bdf47
maintainer-clean-am: distclean-am maintainer-clean-generic
Packit Service 3bdf47
Packit Service 3bdf47
mostlyclean: mostlyclean-am
Packit Service 3bdf47
Packit Service 3bdf47
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
Packit Service 3bdf47
Packit Service 3bdf47
pdf: pdf-am
Packit Service 3bdf47
Packit Service 3bdf47
pdf-am:
Packit Service 3bdf47
Packit Service 3bdf47
ps: ps-am
Packit Service 3bdf47
Packit Service 3bdf47
ps-am:
Packit Service 3bdf47
Packit Service 3bdf47
uninstall-am:
Packit Service 3bdf47
Packit Service 3bdf47
.MAKE: install-am install-strip
Packit Service 3bdf47
Packit Service 3bdf47
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
Packit Service 3bdf47
	cscopelist-am ctags-am distclean distclean-generic \
Packit Service 3bdf47
	distclean-libtool distdir dvi dvi-am html html-am info info-am \
Packit Service 3bdf47
	install install-am install-data install-data-am install-dvi \
Packit Service 3bdf47
	install-dvi-am install-exec install-exec-am install-html \
Packit Service 3bdf47
	install-html-am install-info install-info-am install-man \
Packit Service 3bdf47
	install-pdf install-pdf-am install-ps install-ps-am \
Packit Service 3bdf47
	install-strip installcheck installcheck-am installdirs \
Packit Service 3bdf47
	maintainer-clean maintainer-clean-generic mostlyclean \
Packit Service 3bdf47
	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
Packit Service 3bdf47
	tags-am uninstall uninstall-am
Packit Service 3bdf47
Packit Service 3bdf47
.PRECIOUS: Makefile
Packit Service 3bdf47
Packit Service 3bdf47
@YELP_HELP_RULES@
Packit Service 3bdf47
Packit Service 3bdf47
-include $(top_srcdir)/git.mk
Packit Service 3bdf47
Packit Service 3bdf47
# Tell versions [3.59,3.63) of GNU make to not export all variables.
Packit Service 3bdf47
# Otherwise a system limit (for SysV at least) may be exceeded.
Packit Service 3bdf47
.NOEXPORT: