changed from md readme to html

This commit is contained in:
arcan1s
2014-05-26 12:18:39 +04:00
parent 6f4ecbd107
commit 6fd7bad8f9
12 changed files with 991 additions and 8 deletions

View File

@ -1,5 +1,5 @@
# set project name
set (SUBPROJECT pytextmonitor)
file (GLOB SUBPROJECT_MD *.md)
file (GLOB SUBPROJECT_MD *.html)
install (FILES ${SUBPROJECT_MD} DESTINATION share/${SUBPROJECT}/)