Use todos instead of unix2dos

This commit is contained in:
Olivier Teulière 2010-05-22 18:38:07 +00:00
parent 28e5401619
commit c861d37c5d

View file

@ -34,7 +34,7 @@ package-win32-zip:
# Copy relevant text files # Copy relevant text files
for i in AUTHORS COPYING COPYING.arabica NEWS THANKS; do \ for i in AUTHORS COPYING COPYING.arabica NEWS THANKS; do \
cp $(top_srcdir)/$$i $(WIN32_PACKAGE_DIR)/$$i.txt; \ cp $(top_srcdir)/$$i $(WIN32_PACKAGE_DIR)/$$i.txt; \
unix2dos $(WIN32_PACKAGE_DIR)/$$i.txt; \ todos $(WIN32_PACKAGE_DIR)/$$i.txt; \
done done
# Copy the mingw DLL # Copy the mingw DLL