Skip to content

Commit

Permalink
Copy source files when installing
Browse files Browse the repository at this point in the history
* Makefile (install): Do it.
  • Loading branch information
Thierry Volpiatto committed May 25, 2018
1 parent efe6bda commit d0a29f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ PREFIX=/usr/local/share/
DESTDIR=${PREFIX}emacs/site-lisp/emacs-async/
install:
test -d ${DESTDIR} || mkdir ${DESTDIR}
cp -vf *.el $(DESTDIR)
cp -vf *.elc $(DESTDIR)
cp -vf async-autoloads.el $(DESTDIR)

Expand Down

0 comments on commit d0a29f1

Please sign in to comment.