summaryrefslogtreecommitdiff
path: root/dists
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-03-22 22:20:45 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-03-22 22:20:45 +0000
commit2ca5c9fb729d24c6a18c5f81b8ba0890b727b48a (patch)
tree6b4ecfafce3810dd6f42c780d3f5e648e298055a /dists
parentc433b7aceda7f776b8e6010d52d079586eac3d73 (diff)
Final changes before release changes for -rc5: 2 errors corrected in OE.pm and /tools/cli moved to new User constructor
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/branches/1.2@986 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'dists')
-rw-r--r--dists/source/build.sh11
1 files changed, 10 insertions, 1 deletions
diff --git a/dists/source/build.sh b/dists/source/build.sh
index 9a7c5f94..ac9036fa 100644
--- a/dists/source/build.sh
+++ b/dists/source/build.sh
@@ -2,6 +2,13 @@
# Simple script to prepare for release
+if test -n "$1" # Arguments are presented. set up argument list and related
+then
+ $pgdoc = "postgresql_autodoc -U $1 -d $2"
+else
+ $pgdoc = "true";
+fi
+
version="1.2.0rc4";
build_d="../release";
@@ -26,5 +33,7 @@ pwd
find -name '*.svn' -exec rm -rf '{}' ';'
rm ledger-smb.conf
rm ledgersmb.conf
-cd ..
+cd doc/database
+$pg_doc
+cd ../../..
tar -zcvf ledger-smb-$version.tar.gz ledger-smb