summaryrefslogtreecommitdiff
path: root/Docs/Makefile.am
diff options
context:
space:
mode:
authorlenz@mysql.com <>2003-05-27 18:47:50 +0200
committerlenz@mysql.com <>2003-05-27 18:47:50 +0200
commit4bd32cae4c3bcea00ec849ae09f163f13ef57dca (patch)
tree848b67f2e72fa098c4faadcc429362721347a30d /Docs/Makefile.am
parenteff179ba8f6d968ce18e76d13b5bc5d1fbec4f54 (diff)
downloadmariadb-git-4bd32cae4c3bcea00ec849ae09f163f13ef57dca.tar.gz
- removed internals.texi (has been moved to mysqldoc BK tree)
Diffstat (limited to 'Docs/Makefile.am')
-rw-r--r--Docs/Makefile.am47
1 files changed, 0 insertions, 47 deletions
diff --git a/Docs/Makefile.am b/Docs/Makefile.am
index 00eb936c408..f3df055a7dd 100644
--- a/Docs/Makefile.am
+++ b/Docs/Makefile.am
@@ -158,53 +158,6 @@ manual_letter.de.ps: manual.de.texi include.texi
#
-# Internals Manual
-#
-
-# GNU Info
-internals.info: internals.texi include.texi
- cd $(srcdir) && $(MAKEINFO) --no-split -I $(srcdir) $<
-
-# Plain Text
-internals.txt: internals.texi include.texi
- cd $(srcdir) && \
- $(MAKEINFO) -I $(srcdir) --no-headers --no-split --output $@ $<
-
-# HTML, all in one file
-internals.html: internals.texi include.texi $(srcdir)/Support/texi2html
- cd $(srcdir) && @PERL@ $(srcdir)/Support/texi2html $(TEXI2HTML_FLAGS) $<
-internals_toc.html: internals.html
-
-# PDF, Portable Document Format
-internals.pdf: internals.texi
- sed -e 's|@image{[^}]*} *||g' <$< >internals-tmp.texi
- pdftex --interaction=nonstopmode internals-tmp.texi
- texindex internals-tmp.??
- pdftex --interaction=nonstopmode internals-tmp.texi
- texindex internals-tmp.??
- pdftex --interaction=nonstopmode internals-tmp.texi
- mv internals-tmp.pdf $@
- rm -f internals-tmp.*
- touch $@
-
-# Postscript, A4 Paper
-internals_a4.ps: internals.texi include.texi
- TEXINPUTS=$(srcdir):$$TEXINPUTS \
- MAKEINFO='$(MAKEINFO) -I $(srcdir)' \
- $(TEXI2DVI) --batch --texinfo --quiet '@afourpaper' $<
- $(DVIPS) -t a4 internals.dvi -o $@
- touch $@
-
-# Postscript, US Letter Paper
-internals_letter.ps: internals.texi include.texi
- TEXINPUTS=$(srcdir):$$TEXINPUTS \
- MAKEINFO='$(MAKEINFO) -I $(srcdir)' \
- $(TEXI2DVI) --batch $<
- $(DVIPS) -t letter internals.dvi -o $@
- touch $@
-
-
-#
# Miscellaneous
#