From d5516d5f5da4836fb4d812ffa1612dbce3e09509 Mon Sep 17 00:00:00 2001 From: Josh Cepek Date: Sun, 1 Dec 2013 14:42:36 -0600 Subject: [PATCH] Windows: make builds easier by using a matching dir structure Now the entire distro/windows/ dir contents can be copied into a staging dir during release prep. Signed-off-by: Josh Cepek --- build/Building.md | 11 +++-------- distro/windows/{doc => }/README-Windows.txt | 0 2 files changed, 3 insertions(+), 8 deletions(-) rename distro/windows/{doc => }/README-Windows.txt (100%) diff --git a/build/Building.md b/build/Building.md index ca7c02a..7ed546e 100644 --- a/build/Building.md +++ b/build/Building.md @@ -34,14 +34,9 @@ Windows Build Extras Windows has additional build steps to provide a suitable POSIX environment. Starting with a basic build dir from earlier, proceed as follows. -1. Copy the following files/dirs into the target dir. Unless specified, all - source files or referenced dirs go into the root of the target dir. Take care - that txt/bat files follow Windows EOL convention (CR+LF.) - - * `distro/windows/EasyRSA Start.bat` - * `distro/windows/doc/README-Windows.txt` - * `distro/windows/bin/` - * `distro/windows/Licensing/` +1. Copy everything from `distro/windows/` into the target dir root. Make sure + that text files follow the Windows EOL convention (CR+LF) -- a git checkout + of the source project on Windows generally does this for you already. 2. Convert the .md readme/doc files into html for easier viewing by Windows clients. One option using the python3 `markdown` module is: diff --git a/distro/windows/doc/README-Windows.txt b/distro/windows/README-Windows.txt similarity index 100% rename from distro/windows/doc/README-Windows.txt rename to distro/windows/README-Windows.txt