From d815064689e78291069209fb4610f905449dcee6 Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 6 Feb 2002 15:49:04 +0000 Subject: [PATCH] documentation building Makefile patch --- Makefile | 4 ++++ httemplate/docs/install.html | 7 ++++++- 2 files changed, 10 insertions(+), 1 deletion(-) 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'
    -- 
    2.11.0