Skip to content

Commit

Permalink
copy the readme (fix #37)
Browse files Browse the repository at this point in the history
  • Loading branch information
segasai committed Jul 2, 2024
1 parent a3297b0 commit 4e900fd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -42,6 +42,9 @@ else
MYBINLIBS := $(PG_LIBS) -lm
endif

readme:
cp README.md q3c.md

dump.c: prepare
./prepare

Expand Down

0 comments on commit 4e900fd

Please sign in to comment.