aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorlloyd <[email protected]>2009-11-20 16:05:03 +0000
committerlloyd <[email protected]>2009-11-20 16:05:03 +0000
commit6d3386cf1ecf8a77b18f673257865fe8992aa749 (patch)
treefea6a3b34a2629bb95ae45deea8797843e550685 /src
parent80726182fb8ea0ba39be3d145a183972a004e31d (diff)
Add readme.txt, license.txt, and log.txt to the InnoSetup install
Diffstat (limited to 'src')
-rw-r--r--src/build-data/innosetup.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/build-data/innosetup.in b/src/build-data/innosetup.in
index ffe780979..2f4968cda 100644
--- a/src/build-data/innosetup.in
+++ b/src/build-data/innosetup.in
@@ -23,3 +23,7 @@ Source: "..\botan.dll.manifest"; DestDir: "{app}"
Source: "..\botan.exp"; DestDir: "{app}"
Source: "..\botan.lib"; DestDir: "{app}"
Source: "include\botan\*"; DestDir: "{app}\include\botan"
+
+Source "..\readme.txt"; DestDir: "{app}\doc"
+Source "..\doc\license.txt"; DestDir: "{app}\doc"
+Source "..\doc\log.txt"; DestDir: "{app}\doc"