~ubuntu-branches/ubuntu/utopic/texlive-bin/utopic

« back to all changes in this revision

Viewing changes to texk/texlive/linked_scripts/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Norbert Preining
  • Date: 2012-04-10 10:16:01 UTC
  • mfrom: (1.2.3)
  • Revision ID: package-import@ubuntu.com-20120410101601-7mt8nyn280xrgza6
Tags: 2011.20120410-1
* new upstream checkout:
  - remove decls of popen and pclose (Closes: #64524) (!yow, 5 digit bug!)
  - do not declare getopt in C++, fixes FTBFS with g++ >= 4.7 
    (Closes: #667392)
* add patches (maybe to be included upstream) that allows inclusion of
  one config file in another for (x)dvipdfmx. This will be
  used by the paper code.
* fix description of libptexenc-dev package (Closes: #667694)
* remove xdvik patch, included upstream
* remove conflict with ptex-bin, we are building a transitional package now
* build with internal t1lib, as t1lib is going to disappear in
  wheezy (Closes: #667912) (no, dropping xdvi is not an option!)
  (add a lintian override otherwise this gives a lintian error)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.3 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.4 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
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
  }
19
36
pkgdatadir = $(datadir)/@PACKAGE@
20
37
pkgincludedir = $(includedir)/@PACKAGE@
21
38
pkglibdir = $(libdir)/@PACKAGE@
78
95
        $(nobase_dist_texmf_scripts_SCRIPTS)
79
96
SOURCES =
80
97
DIST_SOURCES =
 
98
am__can_run_installinfo = \
 
99
  case $$AM_UPDATE_INFO_DIR in \
 
100
    n|no|NO) false;; \
 
101
    *) (install-info --version) >/dev/null 2>&1;; \
 
102
  esac
81
103
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
82
104
ACLOCAL = @ACLOCAL@
83
105
AMTAR = @AMTAR@
249
271
        epspdf/epspdf.rb \
250
272
        epspdf/epspdftk.tcl \
251
273
        epstopdf/epstopdf.pl \
 
274
        exceltex/exceltex \
252
275
        fig4latex/fig4latex \
253
276
        findhyph/findhyph \
254
277
        fontools/afm2afm \
344
367
$(am__aclocal_m4_deps):
345
368
install-binSCRIPTS: $(bin_SCRIPTS)
346
369
        @$(NORMAL_INSTALL)
347
 
        test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
348
370
        @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
 
371
        if test -n "$$list"; then \
 
372
          echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
 
373
          $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
 
374
        fi; \
349
375
        for p in $$list; do \
350
376
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
351
377
          if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
376
402
        dir='$(DESTDIR)$(bindir)'; $(am__uninstall_files_from_dir)
377
403
install-nobase_dist_texmf_dist_scriptsSCRIPTS: $(nobase_dist_texmf_dist_scripts_SCRIPTS)
378
404
        @$(NORMAL_INSTALL)
379
 
        test -z "$(texmf_dist_scriptsdir)" || $(MKDIR_P) "$(DESTDIR)$(texmf_dist_scriptsdir)"
380
405
        @list='$(nobase_dist_texmf_dist_scripts_SCRIPTS)'; test -n "$(texmf_dist_scriptsdir)" || list=; \
 
406
        if test -n "$$list"; then \
 
407
          echo " $(MKDIR_P) '$(DESTDIR)$(texmf_dist_scriptsdir)'"; \
 
408
          $(MKDIR_P) "$(DESTDIR)$(texmf_dist_scriptsdir)" || exit 1; \
 
409
        fi; \
381
410
        $(am__nobase_strip_setup); \
382
411
        for p in $$list; do \
383
412
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
415
444
        dir='$(DESTDIR)$(texmf_dist_scriptsdir)'; $(am__uninstall_files_from_dir)
416
445
install-nobase_dist_texmf_scriptsSCRIPTS: $(nobase_dist_texmf_scripts_SCRIPTS)
417
446
        @$(NORMAL_INSTALL)
418
 
        test -z "$(texmf_scriptsdir)" || $(MKDIR_P) "$(DESTDIR)$(texmf_scriptsdir)"
419
447
        @list='$(nobase_dist_texmf_scripts_SCRIPTS)'; test -n "$(texmf_scriptsdir)" || list=; \
 
448
        if test -n "$$list"; then \
 
449
          echo " $(MKDIR_P) '$(DESTDIR)$(texmf_scriptsdir)'"; \
 
450
          $(MKDIR_P) "$(DESTDIR)$(texmf_scriptsdir)" || exit 1; \
 
451
        fi; \
420
452
        $(am__nobase_strip_setup); \
421
453
        for p in $$list; do \
422
454
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \