Dodany Makefile.tarball
git-svn-id: svn://atos.wmid.amu.edu.pl/utt@43 e293616e-ec6a-49c2-aa92-f4a8b91c5d16
This commit is contained in:
parent
10c74af18d
commit
028d99f421
12
app/dist/tarball/Makefile.tarball
vendored
Normal file
12
app/dist/tarball/Makefile.tarball
vendored
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
LIB_DIR=${HOME}/.local/lib/utt
|
||||||
|
SHARE_DIR=${HOME}/.local/share/utt
|
||||||
|
CONF_DIR=${HOME}/.utt
|
||||||
|
|
||||||
|
.PHONY: install
|
||||||
|
install:
|
||||||
|
mkdir ${LIB_DIR}
|
||||||
|
cp lib/* ${LIB_DIR}
|
||||||
|
mkdir ${SHARE_DIR}
|
||||||
|
cp share/* ${SHARE_DIR}
|
||||||
|
mkdir ${CONF_DIR}
|
||||||
|
cp conf/* ${CONF_DIR}
|
Loading…
Reference in New Issue
Block a user