diff options
| author | Michael Stapelberg <michael+x200@stapelberg.de> | 2008-10-24 21:39:28 +0200 | 
|---|---|---|
| committer | Michael Stapelberg <michael+x200@stapelberg.de> | 2008-10-24 21:39:28 +0200 | 
| commit | 7f39bf160ca6b69bf955344141721e564f3d6ee2 (patch) | |
| tree | fbc196dc99ca0bb012c68ad62bd03d41e96bb262 | |
| parent | 6344135cb2e30e873a5a7ec2dc8fa0e5dca11ef2 (diff) | |
Install manpages aswell
| -rw-r--r-- | Makefile | 2 | 
1 files changed, 2 insertions, 0 deletions
| @@ -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 | 
