mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-10 11:36:01 +00:00
19 lines
291 B
Makefile
19 lines
291 B
Makefile
SUBDIRS = src
|
|
dist_doc_DATA = README README.Packagers
|
|
|
|
CLEANFILES =
|
|
|
|
bin_SCRIPTS = deluge
|
|
CLEANFILES += deluge
|
|
|
|
EXTRA_DIST =
|
|
|
|
deluge: deluge.in
|
|
sed -e s!\@PYTHON\@!@PYTHON@! \
|
|
-e s!\@PYOPTIONS\@!-OOt! \
|
|
-e s!\@VERSION\@!${VERSION}! \
|
|
< $< > $@
|
|
|
|
EXTRA_DIST += deluge.in
|
|
|