]> rtime.felk.cvut.cz Git - novaboot.git/blob - Makefile
Add Debian packaging
[novaboot.git] / Makefile
1 DESTDIR=
2 PREFIX=/usr
3
4 all:
5
6 README.md: novaboot
7         pod2markdown $< > $@
8
9 install:
10         install -d $(DESTDIR)$(PREFIX)/bin
11         install -m 755 novaboot $(DESTDIR)$(PREFIX)/bin
12         install -d $(DESTDIR)$(PREFIX)/share/man/man1/
13         pod2man novaboot $(DESTDIR)$(PREFIX)/share/man/man1/novaboot.1
14
15 test:
16         $(MAKE) -C tests