| From: | rbt(at)pgfoundry(dot)org (User Rbt) |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | autodoc - autodoc: Dramatically simplify installation process (Thanks |
| Date: | 2009-04-24 03:46:28 |
| Message-ID: | 20090424034628.8679E17ADF2D@pgfoundry.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Log Message:
-----------
Dramatically simplify installation process (Thanks Simon Bertrang).
Complex installation checks have never been required so drop it and replace with simple
make functionality.
Targetting to a different installation prefix is done by setting the PREFIX variable:
make PREFIX=/some/new/home install
Modified Files:
--------------
autodoc:
Makefile (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/autodoc/autodoc/Makefile.diff?r1=1.3&r2=1.4)
Removed Files:
-------------
autodoc:
config.mk.in
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/autodoc/autodoc/config.mk.in)
configure.ac
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/autodoc/autodoc/configure.ac)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | User Rbt | 2009-04-24 04:04:27 | autodoc - autodoc: Minor fixes for named functions for newer DBD::Pg's. |
| Previous Message | User Rbt | 2009-04-24 03:39:19 | autodoc - autodoc: Use datarootdir instead of datadir |