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

« back to all changes in this revision

Viewing changes to doc/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.
16
16
@SET_MAKE@
17
17
 
18
18
VPATH = @srcdir@
19
 
am__make_dryrun = \
20
 
  { \
21
 
    am__dry=no; \
22
 
    case $$MAKEFLAGS in \
23
 
      *\\[\ \   ]*) \
24
 
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
25
 
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
26
 
      *) \
27
 
        for am__flg in $$MAKEFLAGS; do \
28
 
          case $$am__flg in \
29
 
            *=*|--*) ;; \
30
 
            *n*) am__dry=yes; break;; \
31
 
          esac; \
32
 
        done;; \
33
 
    esac; \
34
 
    test $$am__dry = yes; \
35
 
  }
36
19
pkgdatadir = $(datadir)/@PACKAGE@
37
20
pkgincludedir = $(includedir)/@PACKAGE@
38
21
pkglibdir = $(libdir)/@PACKAGE@
86
69
        install-pdf-recursive install-ps-recursive install-recursive \
87
70
        installcheck-recursive installdirs-recursive pdf-recursive \
88
71
        ps-recursive uninstall-recursive
89
 
am__can_run_installinfo = \
90
 
  case $$AM_UPDATE_INFO_DIR in \
91
 
    n|no|NO) false;; \
92
 
    *) (install-info --version) >/dev/null 2>&1;; \
93
 
  esac
94
72
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
95
73
am__vpath_adj = case $$p in \
96
74
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
112
90
am__base_list = \
113
91
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
114
92
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
115
 
am__uninstall_files_from_dir = { \
116
 
  test -z "$$files" \
117
 
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
118
 
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
119
 
         $(am__cd) "$$dir" && rm -f $$files; }; \
120
 
  }
121
93
man6dir = $(mandir)/man6
122
94
am__installdirs = "$(DESTDIR)$(man6dir)" "$(DESTDIR)$(docdir)" \
123
95
        "$(DESTDIR)$(indexdir)"
341
313
$(am__aclocal_m4_deps):
342
314
install-man6: $(man_MANS)
343
315
        @$(NORMAL_INSTALL)
344
 
        @list1=''; \
345
 
        list2='$(man_MANS)'; \
346
 
        test -n "$(man6dir)" \
347
 
          && test -n "`echo $$list1$$list2`" \
348
 
          || exit 0; \
349
 
        echo " $(MKDIR_P) '$(DESTDIR)$(man6dir)'"; \
350
 
        $(MKDIR_P) "$(DESTDIR)$(man6dir)" || exit 1; \
351
 
        { for i in $$list1; do echo "$$i"; done;  \
352
 
        if test -n "$$list2"; then \
353
 
          for i in $$list2; do echo "$$i"; done \
354
 
            | sed -n '/\.6[a-z]*$$/p'; \
355
 
        fi; \
 
316
        test -z "$(man6dir)" || $(MKDIR_P) "$(DESTDIR)$(man6dir)"
 
317
        @list=''; test -n "$(man6dir)" || exit 0; \
 
318
        { for i in $$list; do echo "$$i"; done; \
 
319
        l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
 
320
          sed -n '/\.6[a-z]*$$/p'; \
356
321
        } | while read p; do \
357
322
          if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
358
323
          echo "$$d$$p"; echo "$$p"; \
381
346
          sed -n '/\.6[a-z]*$$/p'; \
382
347
        } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^6][0-9a-z]*$$,6,;x' \
383
348
              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
384
 
        dir='$(DESTDIR)$(man6dir)'; $(am__uninstall_files_from_dir)
 
349
        test -z "$$files" || { \
 
350
          echo " ( cd '$(DESTDIR)$(man6dir)' && rm -f" $$files ")"; \
 
351
          cd "$(DESTDIR)$(man6dir)" && rm -f $$files; }
385
352
install-docDATA: $(doc_DATA)
386
353
        @$(NORMAL_INSTALL)
 
354
        test -z "$(docdir)" || $(MKDIR_P) "$(DESTDIR)$(docdir)"
387
355
        @list='$(doc_DATA)'; test -n "$(docdir)" || list=; \
388
 
        if test -n "$$list"; then \
389
 
          echo " $(MKDIR_P) '$(DESTDIR)$(docdir)'"; \
390
 
          $(MKDIR_P) "$(DESTDIR)$(docdir)" || exit 1; \
391
 
        fi; \
392
356
        for p in $$list; do \
393
357
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
394
358
          echo "$$d$$p"; \
402
366
        @$(NORMAL_UNINSTALL)
403
367
        @list='$(doc_DATA)'; test -n "$(docdir)" || list=; \
404
368
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
405
 
        dir='$(DESTDIR)$(docdir)'; $(am__uninstall_files_from_dir)
 
369
        test -n "$$files" || exit 0; \
 
370
        echo " ( cd '$(DESTDIR)$(docdir)' && rm -f" $$files ")"; \
 
371
        cd "$(DESTDIR)$(docdir)" && rm -f $$files
406
372
install-indexDATA: $(index_DATA)
407
373
        @$(NORMAL_INSTALL)
 
374
        test -z "$(indexdir)" || $(MKDIR_P) "$(DESTDIR)$(indexdir)"
408
375
        @list='$(index_DATA)'; test -n "$(indexdir)" || list=; \
409
 
        if test -n "$$list"; then \
410
 
          echo " $(MKDIR_P) '$(DESTDIR)$(indexdir)'"; \
411
 
          $(MKDIR_P) "$(DESTDIR)$(indexdir)" || exit 1; \
412
 
        fi; \
413
376
        for p in $$list; do \
414
377
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
415
378
          echo "$$d$$p"; \
423
386
        @$(NORMAL_UNINSTALL)
424
387
        @list='$(index_DATA)'; test -n "$(indexdir)" || list=; \
425
388
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
426
 
        dir='$(DESTDIR)$(indexdir)'; $(am__uninstall_files_from_dir)
 
389
        test -n "$$files" || exit 0; \
 
390
        echo " ( cd '$(DESTDIR)$(indexdir)' && rm -f" $$files ")"; \
 
391
        cd "$(DESTDIR)$(indexdir)" && rm -f $$files
427
392
 
428
393
# This directory's subdirectories are mostly independent; you can cd
429
394
# into them and run `make' without going through this Makefile.
605
570
        done
606
571
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
607
572
          if test "$$subdir" = .; then :; else \
608
 
            $(am__make_dryrun) \
609
 
              || test -d "$(distdir)/$$subdir" \
610
 
              || $(MKDIR_P) "$(distdir)/$$subdir" \
611
 
              || exit 1; \
 
573
            test -d "$(distdir)/$$subdir" \
 
574
            || $(MKDIR_P) "$(distdir)/$$subdir" \
 
575
            || exit 1; \
 
576
          fi; \
 
577
        done
 
578
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
579
          if test "$$subdir" = .; then :; else \
612
580
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
613
581
            $(am__relativize); \
614
582
            new_distdir=$$reldir; \
646
614
 
647
615
installcheck: installcheck-recursive
648
616
install-strip:
649
 
        if test -z '$(STRIP)'; then \
650
 
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
651
 
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
652
 
              install; \
653
 
        else \
654
 
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
655
 
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
656
 
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
657
 
        fi
 
617
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
618
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
619
          `test -z '$(STRIP)' || \
 
620
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
658
621
mostlyclean-generic:
659
622
 
660
623
clean-generic: