Skip to content

Commit

Permalink
Install in semver subdirectory
Browse files Browse the repository at this point in the history
To keep all the SQL files together, at least.
  • Loading branch information
theory committed Jan 26, 2024
1 parent d76707c commit 88b3abd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
results/
*.so
*.dylib
tmp/
*.o
regression.diffs
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ EXTVERSION = $(shell grep -m 1 '[[:space:]]\{8\}"version":' META.json | \
DISTVERSION = $(shell grep -m 1 '[[:space:]]\{3\}"version":' META.json | \
sed -e 's/[[:space:]]*"version":[[:space:]]*"\([^"]*\)",\{0,1\}/\1/')

MODULEDIR = semver
DATA = $(wildcard sql/*.sql)
DOCS = $(wildcard doc/*.mmd)
TESTS = $(wildcard test/sql/*.sql)
Expand Down
2 changes: 2 additions & 0 deletions semver.control
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# semver extension
comment = 'Semantic version data type'
default_version = '0.32.1'

directory = 'semver'
module_pathname = '$libdir/semver'
relocatable = true

0 comments on commit 88b3abd

Please sign in to comment.