diff --git a/Makefile b/Makefile index 11b3ab2..fbbd1bb 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) diff --git a/q3c.md b/q3c.md new file mode 120000 index 0000000..42061c0 --- /dev/null +++ b/q3c.md @@ -0,0 +1 @@ +README.md \ No newline at end of file