PLUGIN_NAME = hotfolder
PLUGIN_PATH = easydb-hotfolder-plugin

INSTALL_FILES = \
	$(WEB)/l10n/cultures.json \
	$(WEB)/l10n/de-DE.json \
	$(WEB)/l10n/en-US.json \
	$(WEB)/l10n/es-ES.json \
	$(WEB)/l10n/it-IT.json \
	src/server/hotfolder_modules/__init__.py \
	src/server/hotfolder_modules/file_util.py \
	src/server/hotfolder_modules/manager.py \
	src/server/hotfolder_modules/util.py \
	src/server/hotfolder_modules/worker.py \
	src/server/hotfolder_modules/worker_object_format.py \
	src/server/hotfolder.py \
	manifest.yml

L10N_FILES = l10n/hotfolder.csv

L10N_GOOGLE_KEY = 1glXObMmIUd0uXxdFdiPWRZPLCx6qEUaxDfNnmttave4
L10N_GOOGLE_GID = 700833197

all: build

include ../easydb-library/tools/base-plugins.make

build: code buildinfojson

code: $(L10N)

clean: clean-base

wipe: wipe-base
