diff options
| author | Michael Stapelberg | 2008-10-24 21:39:28 +0200 |
|---|---|---|
| committer | Michael Stapelberg | 2008-10-24 21:39:28 +0200 |
| commit | 7f39bf160ca6b69bf955344141721e564f3d6ee2 (patch) | |
| tree | fbc196dc99ca0bb012c68ad62bd03d41e96bb262 /Makefile | |
| parent | Add release target to Makefile, use -f for deletion (diff) | |
Install manpages aswell
Diffstat (limited to 'Makefile')
| -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 |
