diff options
author | joerg@trift2. <> | 2006-09-22 17:24:06 +0200 |
---|---|---|
committer | joerg@trift2. <> | 2006-09-22 17:24:06 +0200 |
commit | 4525ea4bfbc241cf959ba8a655512f2610616c86 (patch) | |
tree | cc7ed27391c6768a4e3d32bdac17fa34479a4a1c /Docs | |
parent | 8a7875fd536ecb797625e2124eb2d185bbce6bcc (diff) | |
parent | ca00ba4991aae1de9b06e1234c12c10ea9a410ea (diff) | |
download | mariadb-git-4525ea4bfbc241cf959ba8a655512f2610616c86.tar.gz |
Merge trift2.:/MySQL/M50/mysql-5.0
into trift2.:/MySQL/M51/push-5.1
Diffstat (limited to 'Docs')
-rw-r--r-- | Docs/Makefile.am | 2 | ||||
-rw-r--r-- | Docs/manual.chm | 14 |
2 files changed, 15 insertions, 1 deletions
diff --git a/Docs/Makefile.am b/Docs/Makefile.am index 3e81cc8b7e1..40e987bb254 100644 --- a/Docs/Makefile.am +++ b/Docs/Makefile.am @@ -16,7 +16,7 @@ noinst_SCRIPTS = generate-text-files.pl -EXTRA_DIST = $(noinst_SCRIPTS) mysql.info INSTALL-BINARY +EXTRA_DIST = $(noinst_SCRIPTS) manual.chm mysql.info INSTALL-BINARY TXT_FILES= ../INSTALL-SOURCE ../INSTALL-WIN-SOURCE ../EXCEPTIONS-CLIENT \ INSTALL-BINARY ../support-files/MacOSX/ReadMe.txt diff --git a/Docs/manual.chm b/Docs/manual.chm new file mode 100644 index 00000000000..28c3e1b5a86 --- /dev/null +++ b/Docs/manual.chm @@ -0,0 +1,14 @@ + +********************************************************* + +This is a dummy placeholder file for "manual.chm" in the +MySQL source trees. + +Note, that the documentation has been moved into a separate +BitKeeper source tree named "mysqldoc" - do not attempt to edit this +file! All changes to it should be done in the mysqldoc tree. + +This dummy file is being replaced with the actual file from the +mysqldoc tree when building the official source distribution. + +********************************************************* |