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

« back to all changes in this revision

Viewing changes to utils/xindy/xindy-2.4/doc/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Norbert Preining
  • Date: 2012-05-07 10:47:49 UTC
  • mfrom: (1.2.4)
  • Revision ID: package-import@ubuntu.com-20120507104749-p00ot5sajjbkp1hp
Tags: 2011.20120507-1
* new upstream checkout: uptex 1.10
* drop patches for config file inclusion in (x)dvipdfmx, included upstream
* add man page for etex
* include pmpost patches and build it
* adapt/unfuzzify patches for current sources
* disable mtx building, we have prepmx package in Debian

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.4 from Makefile.am.
 
1
# Makefile.in generated by automake 1.12 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
318
318
        @list='$(doc_DATA)'; test -n "$(docdir)" || list=; \
319
319
        if test -n "$$list"; then \
320
320
          echo " $(MKDIR_P) '$(DESTDIR)$(docdir)'"; \
321
 
          $(MKDIR_P) '$(DESTDIR)$(docdir)' || exit 1; \
 
321
          $(MKDIR_P) "$(DESTDIR)$(docdir)" || exit 1; \
322
322
        fi; \
323
323
        for p in $$list; do \
324
324
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
336
336
        dir='$(DESTDIR)$(docdir)'; $(am__uninstall_files_from_dir)
337
337
 
338
338
# This directory's subdirectories are mostly independent; you can cd
339
 
# into them and run `make' without going through this Makefile.
340
 
# To change the values of `make' variables: instead of editing Makefiles,
341
 
# (1) if the variable is set in `config.status', edit `config.status'
342
 
#     (which will cause the Makefiles to be regenerated when you run `make');
343
 
# (2) otherwise, pass the desired values on the `make' command line.
 
339
# into them and run 'make' without going through this Makefile.
 
340
# To change the values of 'make' variables: instead of editing Makefiles,
 
341
# (1) if the variable is set in 'config.status', edit 'config.status'
 
342
#     (which will cause the Makefiles to be regenerated when you run 'make');
 
343
# (2) otherwise, pass the desired values on the 'make' command line.
344
344
$(RECURSIVE_TARGETS):
345
345
        @fail= failcom='exit 1'; \
346
346
        for f in x $$MAKEFLAGS; do \
404
404
        list='$(SUBDIRS)'; for subdir in $$list; do \
405
405
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
406
406
        done
 
407
cscopelist-recursive:
 
408
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
409
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
 
410
        done
407
411
 
408
412
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
409
413
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
467
471
          && $(am__cd) $(top_srcdir) \
468
472
          && gtags -i $(GTAGS_ARGS) "$$here"
469
473
 
 
474
cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
 
475
        list='$(SOURCES) $(HEADERS) $(LISP)'; \
 
476
        case "$(srcdir)" in \
 
477
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
478
          *) sdir=$(subdir)/$(srcdir) ;; \
 
479
        esac; \
 
480
        for i in $$list; do \
 
481
          if test -f "$$i"; then \
 
482
            echo "$(subdir)/$$i"; \
 
483
          else \
 
484
            echo "$$sdir/$$i"; \
 
485
          fi; \
 
486
        done >> $(top_builddir)/cscope.files
 
487
 
470
488
distclean-tags:
471
489
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
472
490
 
629
647
 
630
648
uninstall-am: uninstall-docDATA
631
649
 
632
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
633
 
        install-am install-strip tags-recursive
 
650
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) \
 
651
        cscopelist-recursive ctags-recursive install-am install-strip \
 
652
        tags-recursive
634
653
 
635
654
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
636
 
        all all-am check check-am clean clean-generic ctags \
637
 
        ctags-recursive distclean distclean-generic distclean-tags \
638
 
        distdir dvi dvi-am html html-am info info-am install \
639
 
        install-am install-data install-data-am install-docDATA \
640
 
        install-dvi install-dvi-am install-exec install-exec-am \
641
 
        install-html install-html-am install-info install-info-am \
642
 
        install-man install-pdf install-pdf-am install-ps \
643
 
        install-ps-am install-strip installcheck installcheck-am \
644
 
        installdirs installdirs-am maintainer-clean \
645
 
        maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
646
 
        pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
647
 
        uninstall-docDATA
 
655
        all all-am check check-am clean clean-generic cscopelist \
 
656
        cscopelist-recursive ctags ctags-recursive distclean \
 
657
        distclean-generic distclean-tags distdir dvi dvi-am html \
 
658
        html-am info info-am install install-am install-data \
 
659
        install-data-am install-docDATA install-dvi install-dvi-am \
 
660
        install-exec install-exec-am install-html install-html-am \
 
661
        install-info install-info-am install-man install-pdf \
 
662
        install-pdf-am install-ps install-ps-am install-strip \
 
663
        installcheck installcheck-am installdirs installdirs-am \
 
664
        maintainer-clean maintainer-clean-generic mostlyclean \
 
665
        mostlyclean-generic pdf pdf-am ps ps-am tags tags-recursive \
 
666
        uninstall uninstall-am uninstall-docDATA
648
667
 
649
668
 
650
669
# Tell versions [3.59,3.63) of GNU make to not export all variables.