Install manpages aswell
This commit is contained in:
parent
6344135cb2
commit
7f39bf160c
2
Makefile
2
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
|
||||
|
Loading…
Reference in New Issue
Block a user