From: ivan Date: Wed, 6 Feb 2002 15:49:04 +0000 (+0000) Subject: documentation building Makefile patch X-Git-Tag: freeside_1_4_0pre11~97 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=d815064689e78291069209fb4610f905449dcee6 documentation building Makefile patch --- diff --git a/Makefile b/Makefile index 8d46b975c..0f86b49d2 100644 --- 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: diff --git a/httemplate/docs/install.html b/httemplate/docs/install.html index 35caa0023..0f3796c6c 100644 --- a/httemplate/docs/install.html +++ b/httemplate/docs/install.html @@ -57,7 +57,12 @@ Install the Freeside distribution:
  • with PostgreSQL:
     $ su postgres
    -$ createuser -P freeside
    +$ 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
  • with MySQL:
     $ mysqladmin -u root password 'set_a_root_database_password'