diff --git a/Makefile b/Makefile index 11b3ab2..7d200d7 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ EXTVERSION := $(shell grep default_version $(EXTENSION).control | \ sed -e "s/default_version[[:space:]]*=[[:space:]]*'\([^']*\)'/\1/") -DOCS = README.md +DOCS = q3c.md OBJS = dump.o q3c.o q3c_poly.o q3cube.o MODULE_big = q3c DATA = $(wildcard scripts/*sql) @@ -42,6 +42,9 @@ else MYBINLIBS := $(PG_LIBS) -lm endif +readme: + cp README.md q3c.md + dump.c: prepare ./prepare