diff options
| author | guest <guest@f059d3a0-6783-47b7-97ff-1fe0bbf25129> | 2008-09-23 21:29:27 +0000 |
|---|---|---|
| committer | guest <guest@f059d3a0-6783-47b7-97ff-1fe0bbf25129> | 2008-09-23 21:29:27 +0000 |
| commit | d6fa96b4cd67cf4fa18b5b9b6739f9bc2494a9f4 (patch) | |
| tree | 00aa9a27acb6b4c8d9868795a5295e9231f1eb20 /postgresql_autodoc/config.mk | |
initial import
git-svn-id: http://manut.eu/svn/yalp/trunk@1 f059d3a0-6783-47b7-97ff-1fe0bbf25129
Diffstat (limited to 'postgresql_autodoc/config.mk')
| -rw-r--r-- | postgresql_autodoc/config.mk | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/postgresql_autodoc/config.mk b/postgresql_autodoc/config.mk new file mode 100644 index 0000000..73bd570 --- /dev/null +++ b/postgresql_autodoc/config.mk @@ -0,0 +1,13 @@ +SHELL = /bin/sh + + +# Configure replacements +INSTALL_SCRIPT = /usr/bin/install -c +PERL = /usr/bin/perl +SED = /bin/sed + +# installation directories +prefix = /usr/local +exec_prefix= ${prefix} +bindir = ${exec_prefix}/bin +datadir = ${prefix}/share/postgresql_autodoc |
