diff options
author | Karl Berry <karl@freefriends.org> | 2008-03-10 00:39:58 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-03-10 00:39:58 +0000 |
commit | 5b5d85b1efe254cff2f8e1ea1c4311b22985f308 (patch) | |
tree | 19151eff7885b12194dbb4351fa753dc8e9f34ad /Build/source/utils/texi2html/doc/Makefile.am | |
parent | 614bb5959706e51f05a0401e6c18627ba87134f0 (diff) |
remove texi2html, it does not find its files within TL and is readily installable itself
git-svn-id: svn://tug.org/texlive/trunk@6926 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/texi2html/doc/Makefile.am')
-rw-r--r-- | Build/source/utils/texi2html/doc/Makefile.am | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/Build/source/utils/texi2html/doc/Makefile.am b/Build/source/utils/texi2html/doc/Makefile.am deleted file mode 100644 index 817fef7bc7a..00000000000 --- a/Build/source/utils/texi2html/doc/Makefile.am +++ /dev/null @@ -1,41 +0,0 @@ -# -info_TEXINFOS = texi2html.texi - -#CLEANFILES = texi2html.ps texi2html.pdf texi2html.html \ -# texi2html.ascii -# -texinfodata = $(datadir)/texinfo -texinfohtmldir = $(texinfodata)/html -texinfohtml_DATA = texi2html.html - -# use the script out of the distribution NOT -# an old one which is installed on the client. -TEXI2HTML = $(top_builddir)/texi2html - -EXTRA_DIST = texi2html.html - -texi2html.html: texi2html.texi $(srcdir)/version.texi \ - $(top_builddir)/texi2html.pl $(top_builddir)/texi2html.init \ - $(top_builddir)/MySimple.pm $(top_builddir)/T2h_i18n.pm \ - $(top_builddir)/translations.pl - TEXINPUTS=$(srcdir)::$$TEXINPUTS \ - $(SHELL) $(top_srcdir)/missing-texi2html --run $(TEXI2HTML) -V $< - -txt: texi2html.txt - -SUFFIXES = .txt - -check-local: $(TEXI2HTML) - TEXINPUTS=$(srcdir)::$$TEXINPUTS \ - $(PERL) $(TEXI2HTML) -V $(srcdir)/texi2html.texi - -# texinfo based targets automake neglects to include -.texinfo.txt: - $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \ - --no-headers -o $@ `test -f '$<' || echo '$(srcdir)/'`$< -.txi.txt: - $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \ - --no-headers -o $@ `test -f '$<' || echo '$(srcdir)/'`$< -.texi.txt: - $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \ - --no-headers -o $@ `test -f '$<' || echo '$(srcdir)/'`$< |