summaryrefslogtreecommitdiffstats
path: root/doc/kmouth/CMakeLists.txt
blob: db17dfcd1f5ecd0255e537eda371471e5a0d62ac (plain)
1
2
3
4
5
6
7
8
file( GLOB EPS_FILES *.eps)

install(
    FILES ${EPS_FILES}
    DESTINATION ${HTML_INSTALL_DIR}/en/kmouth
)

tde_create_handbook( DESTINATION kmouth )