From: Dimitri Fontaine Date: Mon, 5 Sep 2011 10:53:24 +0000 (+0200) Subject: Merge branch 'master' of https://github.com/klando/pgfincore X-Git-Tag: 1.1~2^2~2 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=dbcbfcc1fabd930d9a76b71418508b541dd99176;p=pgfincore.git Merge branch 'master' of https://github.com/klando/pgfincore --- dbcbfcc1fabd930d9a76b71418508b541dd99176 diff --cc Makefile index 0b28675,e274882..8123c84 --- a/Makefile +++ b/Makefile @@@ -9,10 -3,12 +3,10 @@@ EXTVERSION = $(shell grep default_ver sed -e "s/default_version[[:space:]]*=[[:space:]]*'\([^']*\)'/\1/") MODULES = $(EXTENSION) - DATA = sql/pgfincore.sql sql/uninstall_pgfincore.sql - DOCS = doc/README.$(EXTENSION).rst + DATA = pgfincore.sql uninstall_pgfincore.sql + DOCS = README.rst -ifndef PG_CONFIG PG_CONFIG = pg_config -endif PG91 = $(shell $(PG_CONFIG) --version | grep -qE "8\.|9\.0" && echo no || echo yes)