From: rbt Date: Tue, 16 May 2006 18:58:48 +0000 (+0000) Subject: The datadir should be /usr/local/share/postgresql_autodoc by default instead of ... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=856f9cb05522b23f6213a3a7628720dce1bb7bcd;p=postgresql-autodoc The datadir should be /usr/local/share/postgresql_autodoc by default instead of /usr/local/share. Submitted by: Dirk Jagdmann --- diff --git a/config.mk.in b/config.mk.in index ddfc225..ddcee1a 100644 --- a/config.mk.in +++ b/config.mk.in @@ -10,4 +10,4 @@ SED = @SED@ prefix = @prefix@ exec_prefix= @exec_prefix@ bindir = @bindir@ -datadir = @datadir@ +datadir = @datadir@/postgresql_autodoc