install:
	install -d $(DESTDIR)/etc/cron.d/
	install -d $(DESTDIR)/usr/local/bin/
	install -m644 yandex-webmaster-periodic-monitoring $(DESTDIR)/etc/cron.d/
	install -m755 yandex-webmaster-periodic-monitoring.sh $(DESTDIR)/usr/local/bin/

clean:
	rm -rf build-stamp configure-stamp
