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

« back to all changes in this revision

Viewing changes to texk/dvipng/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,
53
53
host_triplet = @host@
54
54
DIST_COMMON = $(dist_man1_MANS) $(dist_noinst_SCRIPTS) \
55
55
        $(dvipng_TEXINFOS) $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
 
56
        $(top_srcdir)/../../build-aux/texinfo.tex \
56
57
        $(top_srcdir)/../am/man1_links.am
57
58
subdir = doc
58
59
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
360
361
.texi.dvi:
361
362
        TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
362
363
        MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \
363
 
        $(TEXI2DVI) $<
 
364
        $(TEXI2DVI)  --clean $< 
364
365
 
365
366
.texi.pdf:
366
367
        TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
367
368
        MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \
368
 
        $(TEXI2PDF) $<
 
369
        $(TEXI2PDF)  --clean $< 
369
370
 
370
371
.texi.html:
371
372
        rm -rf $(@:.html=.htp)
386
387
dvipng.html: dvipng.texi $(dvipng_TEXINFOS)
387
388
.dvi.ps:
388
389
        TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
389
 
        $(DVIPS) -o $@ $<
 
390
        $(DVIPS)  -o $@ $<
390
391
 
391
392
uninstall-dvi-am:
392
393
        @$(NORMAL_UNINSTALL)
526
527
ctags: CTAGS
527
528
CTAGS:
528
529
 
 
530
cscope cscopelist:
 
531
 
529
532
 
530
533
distdir: $(DISTFILES)
531
534
        @list='$(MANS)'; if test -n "$$list"; then \
534
537
            if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
535
538
          if test -n "$$list" && \
536
539
            grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
537
 
            echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
 
540
            echo "error: found man pages containing the 'missing help2man' replacement text:" >&2; \
538
541
            grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
539
542
            echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
540
 
            echo "       typically \`make maintainer-clean' will remove them" >&2; \
 
543
            echo "       typically 'make maintainer-clean' will remove them" >&2; \
541
544
            exit 1; \
542
545
          else :; fi; \
543
546
        else :; fi