This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
mandaye/rules

11 lines
168 B
Makefile
Executable File

#!/usr/bin/make -f
BUILD_DIR=$(CURDIR)/debian/mandaye
%:
dh $@ --with python2
override_dh_install:
dh_install
cp -R mandaye/static $(BUILD_DIR)/usr/share/mandaye