From 6f5e2da03e5fd1af2200d2f55ca84647bc8d3626 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 23 Sep 2007 10:04:40 +0200 Subject: Adding live-package 0.99.22-1. --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9bdb6db1d..084e1a431 100644 --- a/Makefile +++ b/Makefile @@ -34,6 +34,8 @@ install: install -d -m 0755 $(DESTDIR)/usr/share/man/man8 install -m 0644 doc/man/*.8 $(DESTDIR)/usr/share/man/man8 + $(MAKE) -C helpers install + uninstall: @# Remove main script rm -f $(DESTDIR)/usr/sbin/make-live @@ -51,4 +53,6 @@ uninstall: rm -f $(DESTDIR)/usr/share/man/man5/make-live.* rm -f $(DESTDIR)/usr/share/man/man8/make-live.* + $(MAKE) -C helpers uninstall + reinstall: uninstall install -- cgit v1.2.3