diff options
| author | Dusan Durech <dusan@debian.debian> | 2009-04-03 15:45:09 +0200 |
|---|---|---|
| committer | Dusan Durech <dusan@debian.debian> | 2009-04-03 15:45:09 +0200 |
| commit | 0468ec94cae3e30b1ccc4eb583cf4d8709011785 (patch) | |
| tree | e1a7116fb458fbf8dd51a80a750f7363952d2903 /data/font/CMakeLists.txt | |
| parent | ea026936031185a44ffe9e6a6ebe385aaed86e9d (diff) | |
| parent | babef0ac309ef2834e58136f584481f3ae5b2bed (diff) | |
Merge branch 'master' of ssh://oroborus@repo.or.cz/srv/git/tuxanci
Diffstat (limited to 'data/font/CMakeLists.txt')
| -rw-r--r-- | data/font/CMakeLists.txt | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/data/font/CMakeLists.txt b/data/font/CMakeLists.txt deleted file mode 100644 index c2d6a83..0000000 --- a/data/font/CMakeLists.txt +++ /dev/null @@ -1,17 +0,0 @@ -############################################################################### -# tuxanci/data/font/CMakeLists.txt -############################################################################### -# DIRECTORIES -############################################################################### -# nada :P -############################################################################### -# CURRENT DIRECTORY FILES -############################################################################### -IF ( NOT Server ) - FILE ( GLOB files "*.ttf" ) - IF ( "${CMAKE_FONT}" STREQUAL "${CMAKE_DATA_PATH}/${APPNAME}/font/DejaVuSans.ttf" ) - INSTALL ( FILES ${files} - DESTINATION ${CMAKE_INSTALL_DATADIR}/${APPNAME}/font/ ) - ENDIF ( "${CMAKE_FONT}" STREQUAL "${CMAKE_DATA_PATH}/${APPNAME}/font/DejaVuSans.ttf" ) -ENDIF ( NOT Server ) -############################################################################### |