From 598a6d891fb2c342c400c7706eec8c0644b189ff Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Villemain?= Date: Tue, 20 Nov 2012 13:32:25 +0100 Subject: [PATCH] Fix README filename for PGXS --- ChangeLog | 3 +++ Makefile | 2 +- README.rst => README.pgfincore.rst | 0 3 files changed, 4 insertions(+), 1 deletion(-) rename README.rst => README.pgfincore.rst (100%) diff --git a/ChangeLog b/ChangeLog index 285b5be..d7dba90 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +11/20/2012 Cédric Villemain + * - Fix README filename for PGXS + 06/21/2012 Cédric Villemain * 1.1.2 - Change the open() call to use AllocateFile, and FreeFile diff --git a/Makefile b/Makefile index ce04daa..7717228 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ EXTVERSION = 1.1.1 EXTCOMMENT = examine and manage the os buffer cache MODULES = $(EXTENSION) -DOCS = README.rst +DOCS = README.pgfincore.rst PG_CONFIG = pg_config BUILD_EXTENSION = $(shell $(PG_CONFIG) --version | grep -qE "8\.|9\.0" && echo no || echo yes) diff --git a/README.rst b/README.pgfincore.rst similarity index 100% rename from README.rst rename to README.pgfincore.rst -- 2.39.5