Merge branch 'master' of https://github.com/klando/pgfincore
authorDimitri Fontaine <dim@tapoueh.org>
Mon, 5 Sep 2011 10:53:24 +0000 (12:53 +0200)
committerDimitri Fontaine <dim@tapoueh.org>
Mon, 5 Sep 2011 10:53:24 +0000 (12:53 +0200)
1  2 
Makefile

diff --cc Makefile
index 0b286752f96cf94808fe2e811c635d93d7fffca8,e274882a7fd172a98b0f483d3d4a5e307ef3327a..8123c8410f3e2fe92fde4142487bf3dfd8513cd1
+++ 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)