mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-27 16:32:46 +00:00
do not copy .svn folders for the manual at install times
This commit is contained in:
parent
9088304e06
commit
be2872faf1
@ -55,7 +55,8 @@ if(ASCIIDOC_EXECUTABLE AND DOS2UNIX_EXECUTABLE AND XSLTPROC_EXECUTABLE)
|
||||
endif(ASCIIDOC_EXECUTABLE AND DOS2UNIX_EXECUTABLE AND XSLTPROC_EXECUTABLE)
|
||||
|
||||
install(FILES manual.en.html DESTINATION "${DOCDIR}")
|
||||
install(DIRECTORY images styles DESTINATION "${DOCDIR}")
|
||||
install(DIRECTORY images styles DESTINATION "${DOCDIR}"
|
||||
PATTERN ".svn" EXCLUDE )
|
||||
|
||||
if(ENABLE_NLS)
|
||||
foreach(LANG ${LINGUAS})
|
||||
|
Loading…
x
Reference in New Issue
Block a user