repo.or.cz
/
Projects.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Initial Commit
[Projects.git]
/
pytivo-youtube
/
Makefile
blob
ab6869e59040fd05909d1ea8ff06fe20b06e4542
1
PYTIVO
:=/
usr
/
share
/
pyTivo
2
SOURCE
:=
.
/
source
/
plugins
/
youtube
3
4
#ifeq ($(PYTIVO),)
5
# @read PYTIVO
6
#else
7
#
8
#endif
9
10
all
:
install
11
12
install
:
13
@cp
-
fr
$(
SOURCE
) $(
PYTIVO
)/
plugins