From d2711df9796e4410b4a3f472debb7b760440b812 Mon Sep 17 00:00:00 2001 From: Dave Page Date: Fri, 19 Jul 2024 11:13:41 +0100 Subject: [PATCH] Fix README so it installs correctly and displays on Github. --- .github/README.md | 1 + Makefile | 2 +- README.md => README-pldebugger.md | 0 3 files changed, 2 insertions(+), 1 deletion(-) create mode 120000 .github/README.md rename README.md => README-pldebugger.md (100%) diff --git a/.github/README.md b/.github/README.md new file mode 120000 index 0000000..2b4d480 --- /dev/null +++ b/.github/README.md @@ -0,0 +1 @@ +../README-pldebugger.md \ No newline at end of file diff --git a/Makefile b/Makefile index f5f9be1..07eff6d 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ ifdef INCLUDE_PACKAGE_SUPPORT OBJS += spl_debugger.o endif DATA = pldbgapi--1.1.sql pldbgapi--unpackaged--1.1.sql pldbgapi--1.0--1.1.sql -DOCS = README.pldebugger +DOCS = README-pldebugger.md # PGXS build needs PostgreSQL 9.2 or later. Earlier versions didn't install # plpgsql.h, so you needed the full source tree to access it. diff --git a/README.md b/README-pldebugger.md similarity index 100% rename from README.md rename to README-pldebugger.md