summaryrefslogtreecommitdiff
path: root/Docs
diff options
context:
space:
mode:
authorunknown <lenz@kallisto.local>2003-12-02 15:56:18 +0100
committerunknown <lenz@kallisto.local>2003-12-02 15:56:18 +0100
commitd1a673c8c7349bef45b1acf8a678893be62f0b24 (patch)
tree9bd0023ce6aa4b9588d8823e268e467f88794b7d /Docs
parent40d2de8eaaaacc91784a901d04724ff9197d981e (diff)
downloadmariadb-git-d1a673c8c7349bef45b1acf8a678893be62f0b24.tar.gz
- removed INSTALL-WIN-SOURCE from the BK tree as its content has been
added to manual.texi - extract it from there instead. BitKeeper/deleted/.del-INSTALL-WIN-SOURCE~8b030042cb95ca9: Delete: INSTALL-WIN-SOURCE Docs/Makefile.am: - Create INSTALL-WIN-SOURCE from mysql.info
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.