summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2018-05-25 18:48:27 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2018-05-25 18:48:27 +0200
commit7efbbe0c5ff07c7eba1e0491ed730a06fe0a1cd4 (patch)
tree8708835d20c410d197046886fd80ce1e5b274191 /Makefile
parenta287768f53d9866bbee02b663f3306a2c141b0fe (diff)
Copy source files as well when installing
* Makefile: Do it in make install.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 97005f2f..11c20013 100644
--- a/Makefile
+++ b/Makefile
@@ -78,6 +78,7 @@ BIN=${PREFIX}bin/
DESTDIR=${PREFIX}share/emacs/site-lisp/helm/
install:
test -d ${DESTDIR} || mkdir ${DESTDIR}
+ cp -vf *.el $(DESTDIR)
cp -vf *.elc $(DESTDIR)
cp -vf helm-autoloads.el $(DESTDIR)
cp -vf emacs-helm.sh $(DESTDIR)