summaryrefslogtreecommitdiff
path: root/Docs
diff options
context:
space:
mode:
authorpem@mysql.com <>2003-12-05 13:11:50 +0100
committerpem@mysql.com <>2003-12-05 13:11:50 +0100
commit63f4858030a257364e83e90033a4099300a07659 (patch)
treea07a30ca097bfae53819a79e123ec4c4dd7d751b /Docs
parenta1c593f141119d6fda124cf7c64f9632a755c9c6 (diff)
parent0ca7f54b5e963583f9fafc3a7363313247d53f31 (diff)
downloadmariadb-git-63f4858030a257364e83e90033a4099300a07659.tar.gz
Merged 4.1 -> 5.0
Diffstat (limited to 'Docs')
-rw-r--r--Docs/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/Docs/Makefile.am b/Docs/Makefile.am
index 606279f967e..19b2efd4cab 100644
--- a/Docs/Makefile.am
+++ b/Docs/Makefile.am
@@ -26,7 +26,7 @@ EXTRA_DIST = $(noinst_SCRIPTS) $(BUILT_SOURCES) mysqld_error.txt \
all: $(targets) txt_files
-txt_files: ../INSTALL-SOURCE ../COPYING \
+txt_files: ../INSTALL-SOURCE ../COPYING ../INSTALL-WIN-SOURCE \
INSTALL-BINARY ../support-files/MacOSX/ReadMe.txt
CLEAN_FILES: $(BUILD_SOURCES)
@@ -194,6 +194,9 @@ GT = $(srcdir)/Support/generate-text-files.pl
../INSTALL-SOURCE: mysql.info $(GT)
perl -w $(GT) mysql.info "Installing" "Tutorial" > $@
+../INSTALL-WIN-SOURCE: mysql.info $(GT)
+ perl -w $(GT) mysql.info "Windows source build" "Post-installation" > $@
+
# We put the description for the binary installation here so that
# people who download source wont have to see it. It is moved up to
# the toplevel by the script that makes the binary tar files.