1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-24 04:05:39 +01:00

Makefile: Add subtitle to PACKAGES.

This fixes #104
This commit is contained in:
Johan Andersson 2014-06-14 14:38:21 +02:00
parent bddcbabd0b
commit 0b230d66b6

View File

@ -7,7 +7,8 @@ clean:
export PACKAGES = svtplay_dl \
svtplay_dl.fetcher \
svtplay_dl.utils \
svtplay_dl.service
svtplay_dl.service \
svtplay_dl.subtitle
export PYFILES = $(addsuffix /*.py,$(subst .,/,$(PACKAGES)))
PYTHON ?= /usr/bin/env python