release 1.8.3

This commit is contained in:
arcan1s
2014-05-12 23:56:52 +04:00
parent 962478a27a
commit c1f18a31bf
11 changed files with 980 additions and 6 deletions

View File

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