1 files changed, 2 insertions(+), 0 deletions(-)
M Makefile
M Makefile => Makefile +2 -0
@@ 8,6 8,8 @@ build:
install: build
@install -Dm755 autovdirsyncer \
${DESTDIR}${PREFIX}/lib/autovdirsyncer
+ @install -Dm755 autovdirsyncer.1 \
+ ${DESTDIR}${PREFIX}/share/man/man1/autovdirsyncer.1
@install -Dm644 autovdirsyncer.service \
${DESTDIR}${PREFIX}/lib/systemd/user/autovdirsyncer.service