Skip to content

Commit 88b3abd

Browse files
committed
Install in semver subdirectory
To keep all the SQL files together, at least.
1 parent d76707c commit 88b3abd

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
results/
22
*.so
3+
*.dylib
34
tmp/
45
*.o
56
regression.diffs

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ EXTVERSION = $(shell grep -m 1 '[[:space:]]\{8\}"version":' META.json | \
55
DISTVERSION = $(shell grep -m 1 '[[:space:]]\{3\}"version":' META.json | \
66
sed -e 's/[[:space:]]*"version":[[:space:]]*"\([^"]*\)",\{0,1\}/\1/')
77

8+
MODULEDIR = semver
89
DATA = $(wildcard sql/*.sql)
910
DOCS = $(wildcard doc/*.mmd)
1011
TESTS = $(wildcard test/sql/*.sql)

semver.control

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# semver extension
22
comment = 'Semantic version data type'
33
default_version = '0.32.1'
4+
5+
directory = 'semver'
46
module_pathname = '$libdir/semver'
57
relocatable = true

0 commit comments

Comments
 (0)