diff options
| author | Alessio Treglia <alessio@debian.org> | 2012-06-03 00:47:50 +0200 | 
|---|---|---|
| committer | Alessio Treglia <alessio@debian.org> | 2012-06-03 00:47:50 +0200 | 
| commit | f61940ebd00dbbcfccf408fd93fb1ab2ec5c78d5 (patch) | |
| tree | 250c7a67bc8aa6d6993dcbff6fa0c66c07e8889e /help | |
| parent | 81e2fef032931d0748d94c7d2625fe07499f77c3 (diff) | |
Imported Upstream version 3.4.2upstream/3.4.2
Diffstat (limited to 'help')
| -rw-r--r-- | help/Makefile.in | 24 | 
1 files changed, 23 insertions, 1 deletions
| diff --git a/help/Makefile.in b/help/Makefile.in index 3ff9bbb..ea8ba68 100644 --- a/help/Makefile.in +++ b/help/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11.3 from Makefile.am. +# Makefile.in generated by automake 1.11.5 from Makefile.am.  # @configure_input@  # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -15,6 +15,23 @@  @SET_MAKE@  VPATH = @srcdir@ +am__make_dryrun = \ +  { \ +    am__dry=no; \ +    case $$MAKEFLAGS in \ +      *\\[\ \	]*) \ +        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \ +          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ +      *) \ +        for am__flg in $$MAKEFLAGS; do \ +          case $$am__flg in \ +            *=*|--*) ;; \ +            *n*) am__dry=yes; break;; \ +          esac; \ +        done;; \ +    esac; \ +    test $$am__dry = yes; \ +  }  pkgdatadir = $(datadir)/@PACKAGE@  pkgincludedir = $(includedir)/@PACKAGE@  pkglibdir = $(libdir)/@PACKAGE@ @@ -49,6 +66,11 @@ am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)  am__v_at_0 = @  SOURCES =  DIST_SOURCES = +am__can_run_installinfo = \ +  case $$AM_UPDATE_INFO_DIR in \ +    n|no|NO) false;; \ +    *) (install-info --version) >/dev/null 2>&1;; \ +  esac  DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)  ACLOCAL = @ACLOCAL@  ALL_LINGUAS = @ALL_LINGUAS@ | 
