summaryrefslogtreecommitdiff
path: root/Docs/Makefile.am
diff options
context:
space:
mode:
authorunknown <lenz@mysql.com>2003-07-16 12:06:55 +0200
committerunknown <lenz@mysql.com>2003-07-16 12:06:55 +0200
commit30abe0b7593e265053cb4d355238e26f3aa3445f (patch)
tree31987dfa80ac60ffa1738da6a74b380ac8df7464 /Docs/Makefile.am
parent7cb5c0ae67ac4417177c3ac8cce14489552b3ef0 (diff)
downloadmariadb-git-30abe0b7593e265053cb4d355238e26f3aa3445f.tar.gz
- fixed the automatic generation of support-files/MacOSX/ReadMe.txt -
a node name was changed in manual.texi which resulted in a very large ReadMe.txt file, as the generating script could not find the (renamed) ending node. Fixed the ending node name in Docs/Makefile.am and the Docs/Support/generate-text-files.pl Perl script to make sure this does not happen again (I only discovered this because the Do-pkg script was not able to add the ReadMe.txt to the Apple Disk image because it ran out of disk space due to the size of the file) Docs/Makefile.am: - Fixed a node name that was changed in manual.texi and resulted in the generation of a _very_ large ReadMe.txt file (down to the very end of the manual, since the ending node was not found) Docs/Support/generate-text-files.pl: - added a safeguard: if the ending node was not found, abort with an error to indicate that the generated text file might be too large (as it would contain the whole manual, down from the starting node) - made some cosmetical changes
Diffstat (limited to 'Docs/Makefile.am')
-rw-r--r--Docs/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Docs/Makefile.am b/Docs/Makefile.am
index f3df055a7dd..0beaa44c7eb 100644
--- a/Docs/Makefile.am
+++ b/Docs/Makefile.am
@@ -208,7 +208,7 @@ INSTALL-BINARY: mysql.info $(GT)
perl -w $(GT) mysql.info "LGPL license" "Function Index" > $@
../support-files/MacOSX/ReadMe.txt: mysql.info $(GT)
- perl -w $(GT) mysql.info "Mac OS X installation" "Netware installation" > $@
+ perl -w $(GT) mysql.info "Mac OS X installation" "NetWare installation" > $@
# Don't update the files from bitkeeper
%::SCCS/s.%