From 7f39bf160ca6b69bf955344141721e564f3d6ee2 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Fri, 24 Oct 2008 21:39:28 +0200 Subject: [PATCH] Install manpages aswell --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 11c02bd..88e4062 100644 --- a/Makefile +++ b/Makefile @@ -13,9 +13,11 @@ distclean: clean install: install -m 755 -d $(DESTDIR)/usr/bin install -m 755 -d $(DESTDIR)/etc/init.d + install -m 755 -d $(DESTDIR)/usr/share/man/man1 install -m 755 wmiistatus $(DESTDIR)/usr/bin/wmiistatus install -m 755 wmiistatus.init $(DESTDIR)/etc/init.d/wmiistatus install -m 644 wmiistatus.conf $(DESTDIR)/etc/wmiistatus.conf + install -m 644 wmiistatus.1 $(DESTDIR)/usr/share/man/man1 release: tar cf wmiistatus.tar *.c *.h *.1 *.conf *.init Makefile -- 2.39.2