summaryrefslogtreecommitdiff
path: root/Docs
diff options
context:
space:
mode:
authorunknown <lenz@mysql.com>2003-05-27 20:22:47 +0200
committerunknown <lenz@mysql.com>2003-05-27 20:22:47 +0200
commit7f459bccbb8727363707b7d0ba6dbb8488b3e28a (patch)
treeb7f0df1b3f09257942babd8aa03981c180f4341a /Docs
parentef6d3a806085efdc138e6e894a832e4330692e64 (diff)
downloadmariadb-git-7f459bccbb8727363707b7d0ba6dbb8488b3e28a.tar.gz
- removed all traces of internals.texi from Docs/Makefile.am to avoid
compile problems Docs/Makefile.am: - removed all traces of internals.texi to avoid compile problems
Diffstat (limited to 'Docs')
-rw-r--r--Docs/Makefile.am48
1 files changed, 0 insertions, 48 deletions
diff --git a/Docs/Makefile.am b/Docs/Makefile.am
index 00eb936c408..cf0a4632eda 100644
--- a/Docs/Makefile.am
+++ b/Docs/Makefile.am
@@ -156,54 +156,6 @@ manual_letter.de.ps: manual.de.texi include.texi
$(DVIPS) -t letter manual.de.dvi -o $@
touch $@
-
-#
-# 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
#