#!/usr/bin/make -f
# -*- mode: makefile; coding: utf-8 -*-

DEB_PYTHON_SYSTEM := pycentral

include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/python-distutils.mk

install/python-efl-edje-doc::
	./gen-doc-api.sh

clean::
	find edje -name '*.c' | xargs rm -rf
	find edje -name '*.h' | xargs rm -rf
	rm -rf python_edje.egg-info build doc/api/html

