source: PSPA/madxPSPA/syntax/CMakeLists.txt @ 430

Last change on this file since 430 was 430, checked in by touze, 11 years ago

import madx-5.01.00

File size: 441 bytes
Line 
1# In case we are on a Unix system we install syntax file for Kate
2# Only in case of devel version, so packages don't conflict...
3if(UNIX)
4  if(NOT APPLE)
5    install(FILES kate/madx.xml
6      DESTINATION "share/apps/katepart/syntax/"
7      OPTIONAL)
8  endif()
9  install(FILES emacs/madx.el
10    DESTINATION "share/emacs/site-lisp/"
11    OPTIONAL)
12  install(FILES vim/madx.vim
13    DESTINATION "share/vim/vimfiles/syntax/"
14    OPTIONAL)
15endif()
Note: See TracBrowser for help on using the repository browser.