summaryrefslogtreecommitdiff
path: root/Docs/Makefile.am
diff options
context:
space:
mode:
authorlenz@mysql.com <>2003-01-27 16:28:42 +0100
committerlenz@mysql.com <>2003-01-27 16:28:42 +0100
commit29fafcedb032d0830a350b7fc7db49e664097637 (patch)
treee3657bd45e2e21d0e344ab01b4e3640af2fcbb9a /Docs/Makefile.am
parent82aca82da0c382ca0cc34549011fd47bd2502412 (diff)
downloadmariadb-git-29fafcedb032d0830a350b7fc7db49e664097637.tar.gz
- replaced manual.texi with a dummy placeholder file (manual.texi is
now maintained in a separate "mysqldoc" BK source tree) - it will be replaced with the correct manual.texi when building the official source distribution - fixed automake error about reservedwords.texi by moving it to EXTRA_DIST instead
Diffstat (limited to 'Docs/Makefile.am')
-rw-r--r--Docs/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Docs/Makefile.am b/Docs/Makefile.am
index 78aaadd4dd5..26249028539 100644
--- a/Docs/Makefile.am
+++ b/Docs/Makefile.am
@@ -16,12 +16,12 @@ TEXINFO_TEX = Support/texinfo.tex
noinst_SCRIPTS = Support/texi2html Support/generate-text-files.pl \
Support/generate-mirror-listing.pl
-info_TEXINFOS = manual.texi reservedwords.texi
+info_TEXINFOS = manual.texi
targets = manual.txt mysql.info manual.html
BUILT_SOURCES = $(targets) manual_toc.html include.texi
-EXTRA_DIST = $(noinst_SCRIPTS) $(BUILT_SOURCES) mysqld_error.txt INSTALL-BINARY
+EXTRA_DIST = $(noinst_SCRIPTS) $(BUILT_SOURCES) mysqld_error.txt INSTALL-BINARY reservedwords.texi
all: $(targets) txt_files