From 5b5d85b1efe254cff2f8e1ea1c4311b22985f308 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 10 Mar 2008 00:39:58 +0000 Subject: 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 --- Build/source/utils/texi2html/doc/Makefile.am | 41 ---------------------------- 1 file changed, 41 deletions(-) delete mode 100644 Build/source/utils/texi2html/doc/Makefile.am (limited to 'Build/source/utils/texi2html/doc/Makefile.am') 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)/'`$< -- cgit v1.2.3