Installer makefiles use OS targets for PG server
authorBill Erickson <berick@esilibrary.com>
Mon, 8 Jul 2013 19:43:57 +0000 (15:43 -0400)
committerBill Erickson <berick@esilibrary.com>
Mon, 8 Jul 2013 19:43:57 +0000 (15:43 -0400)
commit1729d7faa2074ebc9f74a079837bbf5a14266832
treeb5af35b3111299624491eb3eefa670b959447d55
parente7e6d5fdbaa5ae43ccc602d1fd3d660caddc53b3
Installer makefiles use OS targets for PG server

Instead of requesting install_pgsql_server_debs_91,
install_pgsql_server_backport_debs_91, etc. when installing the
postgres server, simply give each OS type its own postgres install
target.

make -f Makefile.install postgres-server-debian-wheezy
make -f Makefile.install postgres-server-debian-squeeze
make -f Makefile.install postgres-server-ubuntu-lucid
make -f Makefile.install postgres-server-ubuntu-precise
make -f Makefile.install postgres-server-fedora

Let the OS module decide what and how to install the postgres server.

Changes are reflected in docs/installation/server_installation.txt

Signed-off-by: Bill Erickson <berick@esilibrary.com>
Open-ILS/src/extras/Makefile.install
Open-ILS/src/extras/install/Makefile.debian-squeeze
Open-ILS/src/extras/install/Makefile.debian-wheezy
docs/installation/server_installation.txt