Move emacs lisp installation destination to subdirectory
This commit is contained in:
parent
ba60418991
commit
5fdb7fe6e7
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ if(EMACS_EXECUTABLE)
|
||||||
|
|
||||||
# install the byte-compiled emacs-lisp sources
|
# install the byte-compiled emacs-lisp sources
|
||||||
install(FILES ${EMACS_LISP_SOURCES} ${EMACS_LISP_BINARIES} ${EMACS_LISP_UNCOMPILABLE}
|
install(FILES ${EMACS_LISP_SOURCES} ${EMACS_LISP_BINARIES} ${EMACS_LISP_UNCOMPILABLE}
|
||||||
DESTINATION share/emacs/site-lisp)
|
DESTINATION share/emacs/site-lisp/ledger-mode)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
### CMakeLists.txt ends here
|
### CMakeLists.txt ends here
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue