#!/usr/bin/make -f export PYBUILD_NAME=djangorestframework-yaml mkDocsDest = $(CURDIR)/debian/python3-djangorestframework-yaml-doc/usr/share/doc/python3-djangorestframework-yaml/html %: dh $@ --buildsystem=pybuild execute_before_dh_auto_configure: cp -r drf_yaml rest_framework_yaml execute_before_dh_clean: rm -rf rest_framework_yaml execute_before_dh_mkdocs: mkdocs build -t mkdocs -d $(mkDocsDest) rm -f $(mkDocsDest)/sitemap.xml.gz