1
0
Fork 0
mirror of https://github.com/yweber/lodel2.git synced 2025-11-02 04:20:55 +01:00
lodel2_mirror/plugins/Makefile.am
Yann 8f48612c82 Enables debian package creation
with make deb . Next commit will update the README
2016-09-23 14:34:57 +02:00

9 lines
237 B
Makefile

plugins_PYTHON=__init__.py
pluginsdir=$(pkgpythondir)/plugins
install-data-local:
mkdir ${DESTDIR}$(pluginsdir); cp -R * ${DESTDIR}$(pluginsdir) && rm ${DESTDIR}$(pluginsdir)/Makefile*
uninstall-hook:
-rm -R ${DESTDIR}$(pluginsdir)