aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSteph Enders <steph@senders.io>2025-12-30 11:56:56 -0500
committerSteph Enders <steph@senders.io>2025-12-30 11:56:56 -0500
commitccdb8a001f11eef29e7fd47919d21e54f3f78c67 (patch)
tree83ef3406c13ccafe31de0991587bb4a4839ff6e6 /Makefile
parent446168fd2a2d291cbbc664c88eb5be6bf74bbe57 (diff)
Release 2.2.1 - add reapr to install files -_-main
I forgot to add the reapr installs to the makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a69640a..2ef7cd1 100644
--- a/Makefile
+++ b/Makefile
@@ -28,11 +28,14 @@ install: build
${DESTDIR}${PREFIX}/share/man/man1/ssync-queue.1.gz
@install -Dm644 build/ssync-fetch.1.gz \
${DESTDIR}${PREFIX}/share/man/man1/ssync-fetch.1.gz
+ @install -Dm644 build/ssync-reapr.1.gz \
+ ${DESTDIR}${PREFIX}/share/man/man1/ssync-reapr.1.gz
@install -Dm644 build/ssync.5.gz \
${DESTDIR}${PREFIX}/share/man/man5/ssync.5.gz
@install -Dm755 ssync ${DESTDIR}${PREFIX}/bin/ssync
@install -Dm755 ssync-index ${DESTDIR}${PREFIX}/bin/ssync-index
@install -Dm755 ssync-queue ${DESTDIR}${PREFIX}/bin/ssync-queue
@install -Dm755 ssync-fetch ${DESTDIR}${PREFIX}/bin/ssync-fetch
+ @install -Dm755 ssync-reapr ${DESTDIR}${PREFIX}/bin/ssync-reapr
@install -Dm644 LICENSE ${DESTDIR}${PREFIX}/share/licenses/ssync/LICENSE