summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2025-12-04 06:17:50 -0300
committerEuAndreh <eu@euandre.org>2025-12-04 06:25:04 -0300
commit13edba0fa2bd4c3847160809499ce837f52d1264 (patch)
tree73c1df9c4e2d1b36102eddfffb52babb98c5d406 /Makefile
parentetc/transactor.properties.tmpl: Default to "tmp" for data-dir (diff)
downloaddatomic-13edba0fa2bd4c3847160809499ce837f52d1264.tar.gz
datomic-13edba0fa2bd4c3847160809499ce837f52d1264.tar.xz
bin/datomic.in: Add "datomic(1)" commandHEADmain
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 9 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 7e4b5ec..7df81f4 100644
--- a/Makefile
+++ b/Makefile
@@ -39,11 +39,11 @@ include deps.mk
sources = \
- $(sources.sh) \
derived-assets = \
bin/transactor \
+ bin/datomic \
side-assets = \
@@ -82,8 +82,13 @@ install: all
'$(DESTDIR)$(SYSCONFDIR)' \
'$(DESTDIR)$(JAVADIR)' \
- cp bin/transactor '$(DESTDIR)$(BINDIR)'
- cp etc/init.sql etc/logback.xml etc/transactor.properties.tmpl \
+ cp bin/transactor bin/datomic \
+ '$(DESTDIR)$(BINDIR)'
+ cp \
+ etc/backup.clj \
+ etc/init.sql \
+ etc/logback.xml \
+ etc/transactor.properties.tmpl \
'$(DESTDIR)$(SYSCONFDIR)'
cp share/java/datomic/*.jar \
'$(DESTDIR)$(JAVADIR)'
@@ -95,6 +100,7 @@ install: all
uninstall:
rm -rf \
'$(DESTDIR)$(BINDIR)'/transactor \
+ '$(DESTDIR)$(BINDIR)'/datomic \
'$(DESTDIR)$(SYSCONFDIR)' \
'$(DESTDIR)$(JAVADIR)' \