mirror of
git://git.savannah.nongnu.org/eliot.git
synced 2024-11-17 07:48:27 +01:00
Use todos instead of unix2dos
This commit is contained in:
parent
28e5401619
commit
c861d37c5d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue