diff options
author | Gerald Combs <gerald@wireshark.org> | 2010-04-09 21:42:51 +0000 |
---|---|---|
committer | Gerald Combs <gerald@wireshark.org> | 2010-04-09 21:42:51 +0000 |
commit | 6cd62e9e65db7dedae8c612da612900546010ae3 (patch) | |
tree | cc3e3ef8350cd6d5ca628e0131c1b7ea23925595 /Makefile.am | |
parent | 151c0fbfa1fe7a7a93a60175e408ef62dd244c1d (diff) | |
download | wireshark-6cd62e9e65db7dedae8c612da612900546010ae3.tar.gz wireshark-6cd62e9e65db7dedae8c612da612900546010ae3.tar.bz2 wireshark-6cd62e9e65db7dedae8c612da612900546010ae3.zip |
Rename README.win32 to README.windows and add a 64-bit download link.
Add tools/textify.sh, which makes a Notepad-clickable copy of a text
file. Use it for COPYING, NEWS, README, README.windows, and help/*.txt.
Remove tools/unix2dos.pl and use Cygwin's u2d instead.
svn path=/trunk/; revision=32440
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index afd72111a5..8afe3f7625 100644 --- a/Makefile.am +++ b/Makefile.am @@ -578,7 +578,7 @@ EXTRA_DIST = \ README.macos \ README.tru64 \ README.vmware \ - README.win32 \ + README.windows \ aclocal-fallback/glib-2.0.m4 \ aclocal-fallback/gtk-2.0.m4 \ aclocal-flags \ |