summaryrefslogtreecommitdiff
path: root/tools/textify.ps1
AgeCommit message (Collapse)AuthorFilesLines
2014-08-20Modified script to not use PS 3.0 constructsGraham Bloice1-2/+2
Change-Id: I0a4a738a410f0aece9459852a51d6c96f11aae76 Reviewed-on: https://code.wireshark.org/review/3739 Reviewed-by: Graham Bloice <graham.bloice@trihedral.com> Petri-Dish: Graham Bloice <graham.bloice@trihedral.com> Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com> Reviewed-by: Anders Broman <a.broman58@gmail.com>
2014-08-15Windows: Fix PowerShell 2.0 compatibility.Gerald Combs1-1/+1
PowerShell 2.0's Get-ChildItem doesn't support "-File" even though http://technet.microsoft.com/en-us/library/hh847897.aspx says otherwise. Add a config.nmake option to test PS 2.0 compatibility. Change-Id: I8de83cd0841d4ab0b01351c2d39084578a2c84ee Reviewed-on: https://code.wireshark.org/review/3625 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2014-08-14Remove errant #! from powershell scriptGraham Bloice1-1/+0
Change-Id: I6c94ce5983654eba20aa8c852efe300e06c957a5 Reviewed-on: https://code.wireshark.org/review/3599 Reviewed-by: Graham Bloice <graham.bloice@trihedral.com>
2014-08-14Windows: Clean up text file packaging.Gerald Combs1-0/+93
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@trihedral.com> Petri-Dish: Graham Bloice <graham.bloice@trihedral.com>