aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2006-09-30 00:45:03 +0000
committerUlf Lamping <ulf.lamping@web.de>2006-09-30 00:45:03 +0000
commite3883affddd5f510a31e87afc427b63aa707a08a (patch)
tree0fcd4b1533f00712ee0d66f7fc96b9ccb99cc16f /Makefile.nmake
parent0afdb9be789eb99a5529653e07cfcc825e90b4b8 (diff)
that wasn't a typo, xcopy can't rename files that way
svn path=/trunk/; revision=19372
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index f0f9a41561..a4233dc1d4 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -715,7 +715,7 @@ install-common-files:
xcopy ".\README.win32" $(INSTALL_DIR) /d
xcopy ".\AUTHORS-SHORT" $(INSTALL_DIR) /d
xcopy ".\COPYING" $(INSTALL_DIR) /d
- xcopy ".\NEWS" $(INSTALL_DIR)\NEWS.txt /d
+ copy ".\NEWS" $(INSTALL_DIR)\NEWS.txt /d
xcopy ".\cfilters" $(INSTALL_DIR) /d
xcopy ".\colorfilters" $(INSTALL_DIR) /d
xcopy ".\dfilters" $(INSTALL_DIR) /d