summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-08-14 12:29:57 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-08-14 12:29:57 +0000
commit8b9d102e0d98b17185bb26940cda981b8382baa1 (patch)
treeadc009b86f1daa13e875db267732760b7b877d3b /Porting
parente381bb67693f088b426e690d9ba6e067c6e2dd6e (diff)
downloadperl-8b9d102e0d98b17185bb26940cda981b8382baa1.tar.gz
More DOSish files.
p4raw-id: //depot/perl@11666
Diffstat (limited to 'Porting')
-rw-r--r--Porting/makerel3
1 files changed, 3 insertions, 0 deletions
diff --git a/Porting/makerel b/Porting/makerel
index ab28206a14..e67a80cb5f 100644
--- a/Porting/makerel
+++ b/Porting/makerel
@@ -147,6 +147,9 @@ my @crlf = qw(
win32/Makefile
win32/makefile.mk
wince/Makefile.ce
+ wince/README.compile
+ wince/README.perlce
+ wince/registry.bat
);
system("perl -pi -e 's/\015*\012/\015\012/' @crlf");
print "\n";