Remove copied data files on distclean

This commit is contained in:
Roland Kaufmann 2013-02-19 23:00:01 +01:00
parent 7b046ce5a8
commit b53e39ada5

View File

@ -32,6 +32,7 @@ macro (opm_dist_clean opm)
${tutorial_DEBUG} ${tutorial_DEBUG}
install_manifest.txt install_manifest.txt
${${opm}_STYLESHEET_COPIED} ${${opm}_STYLESHEET_COPIED}
${tests_INPUT_FILES}
) )
# only remove these files if they were actually copied # only remove these files if they were actually copied
if (NOT PROJECT_SOURCE_DIR STREQUAL PROJECT_BINARY_DIR) if (NOT PROJECT_SOURCE_DIR STREQUAL PROJECT_BINARY_DIR)