#!/usr/bin/make -f

# output every command that modifies files on the build system.
#export DH_VERBOSE = 1

DESTDIR := debian/i3-gaps-dotfiles

%:
	dh $@

override_dh_auto_install:
	mkdir -p $(DESTDIR)/usr/share
	cp -a dotfiles $(DESTDIR)/usr/share/i3-gaps-dotfiles
