abootimg/debian/rules

15 lines
422 B
Makefile
Executable File

#!/usr/bin/make -f
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/makefile.mk
binary-install/abootimg::
dh_installman $(CURDIR)/debian/abootimg.1
install $(CURDIR)/abootimg $(CURDIR)/debian/abootimg/usr/bin
install $(CURDIR)/pack-initrd $(CURDIR)/debian/abootimg/usr/bin
install $(CURDIR)/unpack-initrd $(CURDIR)/debian/abootimg/usr/bin
clean::
rm -rf files/agtl.egg-info
rm -rf tmp