Skip to content

Commit

Permalink
chore(CMakeLists.txt): move Lean logo to make sure we can test leanem…
Browse files Browse the repository at this point in the history
…acs without installing Lean
  • Loading branch information
leodemoura committed Feb 1, 2015
1 parent 70d6224 commit 27741e4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ install(DIRECTORY ${CMAKE_SOURCE_DIR}/../hott DESTINATION ${LIBRARY_DIR}
PATTERN ".project"
PATTERN "TAGS")

install(FILES ${CMAKE_SOURCE_DIR}/../images/lean.pgm
install(FILES ${CMAKE_SOURCE_DIR}/../src/emacs/lean.pgm
DESTINATION ${EMACS_LISP_DIR})

if(EXISTS "${EMACS_DEPENDENCIES}")
Expand Down
File renamed without changes.

0 comments on commit 27741e4

Please sign in to comment.