diff --git a/generate_documentation.lua b/generate_documentation.lua index db143911..cd0abffe 100644 --- a/generate_documentation.lua +++ b/generate_documentation.lua @@ -43,7 +43,7 @@ function FixupEscapeSequences (s) return s end -- function FixupEscapeSequences -fi = assert (io.open ("\\\\10.0.0.222\\general\\documentation.sql", "r")) +fi = assert (io.open ("\\\\10.0.0.2\\general\\documentation.sql", "r")) fo = assert (io.open ("documentation_fixed.sql", "w")) @@ -65,8 +65,8 @@ while line do --line = string.gsub (line, "\\'", "''") -- get rid of enum - line = string.gsub (line, " `type_of_object` enum%('Method','Property'%) NOT NULL default 'Method',", - " `type_of_object` varchar(10) NOT NULL default 'Method',") + line = string.gsub (line, " `type_of_object` enum%('Method','Property'%) NOT NULL DEFAULT 'Method',", + " `type_of_object` varchar(10) NOT NULL DEFAULT 'Method',") -- get rid of comma here line = string.gsub (line, " UNIQUE %(`doc_name`,`xref_name`%),", diff --git a/how_to_release.txt b/how_to_release.txt index aed22c8c..955278aa 100644 --- a/how_to_release.txt +++ b/how_to_release.txt @@ -26,15 +26,14 @@ HELP GENERATION GENERATE DOCUMENTATION SQL FROM DATABASE -1. On Ubuntu server, run this: +1. On Linux server, run this: + cd ~/from_fs . dumpdoc.sh - - (Must be done on Ubuntu server, to make documentation.sql available for install step below) UPLOAD AND INSTALL DOCUMENTATION -1. On Ubuntu server, upload: +1. On Linux server, upload: sftp username@gammon.com.au cd sql diff --git a/install/readme.txt b/install/readme.txt index d3d2a9dc..491f8348 100644 --- a/install/readme.txt +++ b/install/readme.txt @@ -1,7 +1,8 @@ MUSHclient version 4.92 ======================= -Thursday, 17th October 2013 +Sunday, 20th April 2014 + Author: Nick Gammon Web support: http://www.gammon.com.au/forum/