projects
/
pgfincore.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
322faa2
27caf17
)
Merge branch 'master' of https://github.com/klando/pgfincore
author
Dimitri Fontaine
<dim@tapoueh.org>
Mon, 5 Sep 2011 10:53:24 +0000
(12:53 +0200)
committer
Dimitri Fontaine
<dim@tapoueh.org>
Mon, 5 Sep 2011 10:53:24 +0000
(12:53 +0200)
1
2
Makefile
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
Makefile
index 0b286752f96cf94808fe2e811c635d93d7fffca8,e274882a7fd172a98b0f483d3d4a5e307ef3327a..8123c8410f3e2fe92fde4142487bf3dfd8513cd1
---
1
/
Makefile
---
2
/
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)