cmake: Add helpbooks for other languages

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
pull/1/head
Slávek Banko 6 years ago
parent e9398903e0
commit fcf89e1e2e
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -1,7 +1,7 @@
add_subdirectory( ${PROJECT_NAME} )
add_subdirectory( man )
#add_subdirectory( da )
#add_subdirectory( it )
#add_subdirectory( nl )
#add_subdirectory( pt )
#add_subdirectory( sv )
add_subdirectory( da )
add_subdirectory( it )
add_subdirectory( nl )
add_subdirectory( pt )
add_subdirectory( sv )

@ -1 +1 @@
tde_create_handbook( DESTINATION ${PROJECT_NAME} LANG da )

@ -1 +1 @@
tde_create_handbook( DESTINATION ${PROJECT_NAME} LANG it )

@ -1 +1 @@
tde_create_handbook( DESTINATION ${PROJECT_NAME} LANG nl )

@ -1 +1 @@
tde_create_handbook( DESTINATION ${PROJECT_NAME} LANG pt )

@ -1 +1 @@
tde_create_handbook( DESTINATION ${PROJECT_NAME} LANG sv )

Loading…
Cancel
Save