From dd27aa1c562dbde3cf13f256184e4852496bb7d2 Mon Sep 17 00:00:00 2001 From: Mike Swanson Date: Sun, 16 Jun 2013 15:37:33 -0700 Subject: [PATCH] Update Makefile for the manual page --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 8ad02b3..a3f606d 100644 --- a/Makefile +++ b/Makefile @@ -11,5 +11,7 @@ install: install etc/zfs-auto-snapshot.cron.daily $(DESTDIR)$(PREFIX)/etc/cron.daily/zfs-auto-snapshot install etc/zfs-auto-snapshot.cron.weekly $(DESTDIR)$(PREFIX)/etc/cron.weekly/zfs-auto-snapshot install etc/zfs-auto-snapshot.cron.monthly $(DESTDIR)$(PREFIX)/etc/cron.monthly/zfs-auto-snapshot + install -d $(DESTDIR)$(PREFIX)/share/man/man8 + install src/zfs-auto-snapshot.8 $(DESTDIR)$(PREFIX)/share/man/man8/zfs-auto-snapshot.8 install -d $(DESTDIR)$(PREFIX)/sbin install src/zfs-auto-snapshot.sh $(DESTDIR)$(PREFIX)/sbin/zfs-auto-snapshot