Improve installation by doing it in pgfincore/
authorCédric Villemain <cedric@2ndquadrant.fr>
Sat, 1 Dec 2012 16:28:52 +0000 (17:28 +0100)
committerCédric Villemain <cedric@2ndquadrant.fr>
Sat, 1 Dec 2012 16:30:57 +0000 (17:30 +0100)
Make usage of MODULE_DIR.

Makefile
README.rst [moved from README.pgfincore.rst with 100% similarity]
pgfincore.control.in

index 77172280c5a5f39b52bf2bb74b1d65381a9bf350..239fdca1c39be46cf8916a3061ba5fe99467be29 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,8 @@ EXTVERSION   = 1.1.1
 EXTCOMMENT   = examine and manage the os buffer cache
 
 MODULES      = $(EXTENSION)
-DOCS         = README.pgfincore.rst
+MODULE_DIR   = $(EXTENSION)
+DOCS         = README.rst
 
 PG_CONFIG    = pg_config
 BUILD_EXTENSION = $(shell $(PG_CONFIG) --version | grep -qE "8\.|9\.0" && echo no || echo yes)
similarity index 100%
rename from README.pgfincore.rst
rename to README.rst
index 8fc385c36f0ab9354d321b30606ae4d78facb331..8184bf4ee6933e8c580a0a528318b9d970abb040 100644 (file)
@@ -2,4 +2,5 @@
 comment = 'EXTCOMMENT'
 default_version = 'EXTVERSION'
 module_pathname = '$libdir/EXTENSION'
+directory = EXTENSION
 relocatable = true