documentation building Makefile patch
authorivan <ivan>
Wed, 6 Feb 2002 15:49:04 +0000 (15:49 +0000)
committerivan <ivan>
Wed, 6 Feb 2002 15:49:04 +0000 (15:49 +0000)
Makefile
httemplate/docs/install.html

index 8d46b97..0f86b49 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -48,6 +48,10 @@ docs:
        make ${TEMPLATE}docs
 
 htmlman:
+       [ -e ./httemplate/docs/man ] || mkdir httemplate/docs/man
+       [ -e ./httemplate/docs/man/bin ] || mkdir httemplate/docs/man/bin
+       [ -e ./httemplate/docs/man/FS ] || mkdir httemplate/docs/man/FS
+       [ -e ./httemplate/docs/man/FS/UI ] || mkdir httemplate/docs/man/FS/UI
        bin/pod2x
 
 upload-docs:
index 35caa00..0f3796c 100644 (file)
@@ -57,7 +57,12 @@ Install the Freeside distribution:
       <li> with <a href="http://www.postgresql.org/users-lounge/docs/7.1/postgres/user-manag.html#DATABASE-USERS">PostgreSQL</a>:
         <pre>
 $ su postgres
-$ createuser -P freeside</pre>
+$ createuser -P freeside
+Enter password for user "freeside": 
+Enter it again: 
+Shall the new user be allowed to create databases? (y/n) y
+Shall the new user be allowed to create more new users? (y/n) n
+CREATE USER</pre>
       <li> with <a href="http://www.mysql.com/documentation/mysql/bychapter/manual_MySQL_Database_Administration.html#User_Account_Management">MySQL</a>:
         <pre>
 $ mysqladmin -u root password '<i>set_a_root_database_password</i>'