summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/doc/Makefile.in.orig
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/doc/Makefile.in.orig')
-rw-r--r--Build/source/texk/web2c/doc/Makefile.in.orig64
1 files changed, 64 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/doc/Makefile.in.orig b/Build/source/texk/web2c/doc/Makefile.in.orig
new file mode 100644
index 00000000000..f6ba92e8582
--- /dev/null
+++ b/Build/source/texk/web2c/doc/Makefile.in.orig
@@ -0,0 +1,64 @@
+# @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