style.css wasn't copied to the build directory

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4048 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2005-05-24 19:09:18 +00:00
parent d7592d0f84
commit 980e93227e

View file

@ -86,7 +86,8 @@ if build_chm:
else:
html_builder = Builder(
action = [
Action('cd "%s" && "%s" ${SOURCES.abspath}' % (build_dir, halibut[0].abspath)),
Copy(build_dir, '${SOURCE.dir}/../style.css'),
Action('cd "%s" && "%s" ${SOURCES.abspath}' % (build_dir, halibut[0].abspath))
]
)