Skip to content

Commit 60d78ff

Browse files
committed
restrict doc to just highest level
1 parent 7ab7f0b commit 60d78ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ OBJS = src/errors.o src/python.o src/query.o src/multicorn.o
55

66
DATA = $(filter-out $(wildcard sql/*--*.sql),$(wildcard sql/*.sql))
77

8-
DOCS = $(wildcard $(srcdir)/doc/*.md)
8+
DOCS = $(wildcard $(srcdir)/doc/multicorn.md)
99

1010
EXTENSION = multicorn
1111
EXTVERSION = $(shell grep default_version $(srcdir)/$(EXTENSION).control | sed -e "s/default_version[[:space:]]*=[[:space:]]*'\([^']*\)'/\1/")

0 commit comments

Comments
 (0)