~ubuntu-branches/ubuntu/trusty/enigma/trusty-proposed

« back to all changes in this revision

Viewing changes to doc/reference/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Erich Schubert
  • Date: 2013-04-06 14:54:02 UTC
  • mfrom: (1.1.10)
  • Revision ID: package-import@ubuntu.com-20130406145402-jgjrtk7hac8gtvza
Tags: 1.20-dfsg.1-1
* New upstream release (Closes: #704595)
  (Repacked: dropped zipios++ source and main menu music)
* Update watch file, sf.net again.
* Fix documentation links (Closes: #653508)
* Conflict with enigma-level-previews to encourage deinstallation
  (Pregenerated level previews were only used with version 1.01)
* Use dh7 for building instead of CDBS
* Update to policy 3.9.4.0 (no changes)
* Register documentation with doc-base

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.5 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6
 
# Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
7
7
# This Makefile.in is free software; the Free Software Foundation
8
8
# gives unlimited permission to copy and/or distribute it,
9
9
# with or without modifications, as long as this notice is preserved.
18
18
# info_TEXINFOS = enigma-ref.texi
19
19
 
20
20
VPATH = @srcdir@
21
 
am__make_dryrun = \
22
 
  { \
23
 
    am__dry=no; \
24
 
    case $$MAKEFLAGS in \
25
 
      *\\[\ \   ]*) \
26
 
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
27
 
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
28
 
      *) \
29
 
        for am__flg in $$MAKEFLAGS; do \
30
 
          case $$am__flg in \
31
 
            *=*|--*) ;; \
32
 
            *n*) am__dry=yes; break;; \
33
 
          esac; \
34
 
        done;; \
35
 
    esac; \
36
 
    test $$am__dry = yes; \
37
 
  }
38
21
pkgdatadir = $(datadir)/@PACKAGE@
39
22
pkgincludedir = $(includedir)/@PACKAGE@
40
23
pkglibdir = $(libdir)/@PACKAGE@
88
71
        install-pdf-recursive install-ps-recursive install-recursive \
89
72
        installcheck-recursive installdirs-recursive pdf-recursive \
90
73
        ps-recursive uninstall-recursive
91
 
am__can_run_installinfo = \
92
 
  case $$AM_UPDATE_INFO_DIR in \
93
 
    n|no|NO) false;; \
94
 
    *) (install-info --version) >/dev/null 2>&1;; \
95
 
  esac
96
74
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
97
75
am__vpath_adj = case $$p in \
98
76
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
114
92
am__base_list = \
115
93
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
116
94
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
117
 
am__uninstall_files_from_dir = { \
118
 
  test -z "$$files" \
119
 
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
120
 
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
121
 
         $(am__cd) "$$dir" && rm -f $$files; }; \
122
 
  }
123
95
am__installdirs = "$(DESTDIR)$(refdir)"
124
96
DATA = $(ref_DATA)
125
97
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
338
310
$(am__aclocal_m4_deps):
339
311
install-refDATA: $(ref_DATA)
340
312
        @$(NORMAL_INSTALL)
 
313
        test -z "$(refdir)" || $(MKDIR_P) "$(DESTDIR)$(refdir)"
341
314
        @list='$(ref_DATA)'; test -n "$(refdir)" || list=; \
342
 
        if test -n "$$list"; then \
343
 
          echo " $(MKDIR_P) '$(DESTDIR)$(refdir)'"; \
344
 
          $(MKDIR_P) "$(DESTDIR)$(refdir)" || exit 1; \
345
 
        fi; \
346
315
        for p in $$list; do \
347
316
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
348
317
          echo "$$d$$p"; \
356
325
        @$(NORMAL_UNINSTALL)
357
326
        @list='$(ref_DATA)'; test -n "$(refdir)" || list=; \
358
327
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
359
 
        dir='$(DESTDIR)$(refdir)'; $(am__uninstall_files_from_dir)
 
328
        test -n "$$files" || exit 0; \
 
329
        echo " ( cd '$(DESTDIR)$(refdir)' && rm -f" $$files ")"; \
 
330
        cd "$(DESTDIR)$(refdir)" && rm -f $$files
360
331
 
361
332
# This directory's subdirectories are mostly independent; you can cd
362
333
# into them and run `make' without going through this Makefile.
525
496
        done
526
497
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
527
498
          if test "$$subdir" = .; then :; else \
528
 
            $(am__make_dryrun) \
529
 
              || test -d "$(distdir)/$$subdir" \
530
 
              || $(MKDIR_P) "$(distdir)/$$subdir" \
531
 
              || exit 1; \
 
499
            test -d "$(distdir)/$$subdir" \
 
500
            || $(MKDIR_P) "$(distdir)/$$subdir" \
 
501
            || exit 1; \
 
502
          fi; \
 
503
        done
 
504
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
505
          if test "$$subdir" = .; then :; else \
532
506
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
533
507
            $(am__relativize); \
534
508
            new_distdir=$$reldir; \
566
540
 
567
541
installcheck: installcheck-recursive
568
542
install-strip:
569
 
        if test -z '$(STRIP)'; then \
570
 
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
571
 
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
572
 
              install; \
573
 
        else \
574
 
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
575
 
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
576
 
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
577
 
        fi
 
543
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
544
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
545
          `test -z '$(STRIP)' || \
 
546
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
578
547
mostlyclean-generic:
579
548
        -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
580
549