Wireshark-commits: [Wireshark-commits] master 673247f: Windows: Clean up text file packaging.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 14 Aug 2014 10:26:34 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=673247f04f3b8c1534cb49a850a1f0bbd71c02e0
Submitter: Graham Bloice (graham.bloice@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

673247f by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Windows: Clean up text file packaging.
    
    Convert textify.sh to PowerShell. Use PowerShell's built-in line ending
    conversion so that we don't depend on unix2dos.
    
    Only copy the help toc and text files to the staging directory.
    
    Add PowerShell to the Developer's Guide. Fixup some other content.
    
    (asn1/Makefile.inc.nmake contains a call to u2d. Hopefully that's not
    a problem.)
    
    Change-Id: I61a92aa54820d01015abb9ffa65815558ae31c71
    Reviewed-on: https://code.wireshark.org/review/3487
    Reviewed-by: Graham Bloice <graham.bloice@xxxxxxxxxxxxx>
    Petri-Dish: Graham Bloice <graham.bloice@xxxxxxxxxxxxx>
    

Actions performed:

    from  d68d0e8   Eliminate proto_tree_add_text from some dissectors.
    adds  673247f   Windows: Clean up text file packaging.


Summary of changes:
 Makefile.nmake                                     |   15 +-
 config.nmake                                       |    7 +-
 docbook/wsdg_src/WSDG_chapter_quick_setup.asciidoc |    9 +-
 docbook/wsdg_src/WSDG_chapter_tools.asciidoc       |  148 ++++++++------------
 packaging/nsis/Makefile.nmake                      |    7 +-
 packaging/nsis/windeployqt-to-nsis.ps1             |   78 ++++++++++-
 tools/textify.ps1                                  |   93 ++++++++++++
 tools/textify.sh                                   |   68 ---------
 8 files changed, 245 insertions(+), 180 deletions(-)
 create mode 100755 tools/textify.ps1
 delete mode 100755 tools/textify.sh