#!/usr/bin/make -f
# -*- makefile -*-
# Sample debian/rules that uses debhelper.
# GNU copyright 1997 to 1999 by Joey Hess.

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

%:
	dh $@

override_dh_auto_install:
	dh_clean
	dh_installdirs
	$(MAKE) install DESTDIR=$(CURDIR)/debian/pathogen
	mkdir $(CURDIR)/debian/pathogen/usr/share/applications
	cp debian/pathogen.desktop $(CURDIR)/debian/pathogen/usr/share/applications/
