diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-05-30 15:27:36 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-05-30 15:27:36 +0000 |
commit | 9426a3da2f91f94e1159fb35d8908d11122b8f25 (patch) | |
tree | 5be0df9a85fd12eaa26bddabcb1c6105ae1d9dbb /Build/source/texk/web2c | |
parent | da0519f6f69a47a24b82f0b5d4bbf977da93a439 (diff) |
remove obsolete files
git-svn-id: svn://tug.org/texlive/trunk@13528 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c')
-rw-r--r-- | Build/source/texk/web2c/doc/Makefile.in.orig | 64 |
1 files changed, 0 insertions, 64 deletions
diff --git a/Build/source/texk/web2c/doc/Makefile.in.orig b/Build/source/texk/web2c/doc/Makefile.in.orig deleted file mode 100644 index f6ba92e8582..00000000000 --- a/Build/source/texk/web2c/doc/Makefile.in.orig +++ /dev/null @@ -1,64 +0,0 @@ -# @configure_input@ -# Makefile for Web2c documentation. - -kpse_include ../make/paths.mk -kpse_include ../make/common.mk -kpse_include kpathsea.mk -kpse_include ../make/texi.mk - -info: web2c.info -dvi: web2c.dvi - -web2c.info: install.texi ref.txi -all: web2c.info web2c.dvi - -@MAINT@INSTALL: install.texi -@MAINT@ $(MAKEINFO) $(one_info) $(MAKEINFO_FLAGS) $< -o $@ -@MAINT@ $(SHELL) $(top_srcdir)/../add-info-toc $@ -@MAINT@doc: info INSTALL -@MAINT@ -@MAINT@ref.txi: ref.bbl -@MAINT@ sed -e 's/~/ /g' \ -@MAINT@ -e 's/\\[-`'\''"c^]//g' \ -@MAINT@ -e 's/\\emdash */---/g' \ -@MAINT@ -e 's/metapost/MetaPost/g' \ -@MAINT@ -e 's/\\MF/Metafont/g' \ -@MAINT@ -e 's/\\METAFONT/METAFONT/g' \ -@MAINT@ -e 's/\\TUB/TUGboat/g' \ -@MAINT@ -e 's/\\LaTeX/La@TeX/g' \ -@MAINT@ -e 's/\\AMSTEX/AMS@TeX/g' \ -@MAINT@ -e 's/\\AmSTeX/AMS@TeX/g' \ -@MAINT@ -e 's/\\TeX/@TeX/g' \ -@MAINT@ -e 's/\\noopsort{[^}]*}//g' \ -@MAINT@ -e 's/[{}\]//g' \ -@MAINT@ -e 's/@\[/{/g' \ -@MAINT@ -e 's/@\]/}/g' \ -@MAINT@ -e 's/@TeX/@TeX{}/g' \ -@MAINT@ $< >$@ -@MAINT@ -@MAINT@ref.bbl: ref.aux texinfo.bst -@MAINT@ -bibtex ref -@MAINT@ -@MAINT@ref.aux: ref.tex -@MAINT@ rm -f ref.bbl -@MAINT@ tex '\nonstopmode \input ref' - -Makefile: Makefile.in ../config.status - cd .. && $(SHELL) config.status - -install: install-exec install-data -install-exec: -install-data: web2c.info - $(SHELL) $(top_srcdir)/../mkinstalldirs $(infodir) - $(INSTALL_DATA) $(srcdir)/web2c.i* $(infodir)/ -# - $(POST_INSTALL) - if $(SHELL) -c 'install-info --version' >/dev/null 2>&1; then \ - install-info --info-dir=$(infodir) $(infodir)/web2c.info; \ - else true; fi - -check: all - -#html: texi2html -expandinfo -number -menu -split_chapter - -kpse_include ../make/clean.mk |