We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ab7f0b commit 60d78ffCopy full SHA for 60d78ff
Makefile
@@ -5,7 +5,7 @@ OBJS = src/errors.o src/python.o src/query.o src/multicorn.o
5
6
DATA = $(filter-out $(wildcard sql/*--*.sql),$(wildcard sql/*.sql))
7
8
-DOCS = $(wildcard $(srcdir)/doc/*.md)
+DOCS = $(wildcard $(srcdir)/doc/multicorn.md)
9
10
EXTENSION = multicorn
11
EXTVERSION = $(shell grep default_version $(srcdir)/$(EXTENSION).control | sed -e "s/default_version[[:space:]]*=[[:space:]]*'\([^']*\)'/\1/")
0 commit comments