Prevent "MS-DOS style path detected" messages for several commands (when "nodosfilewarning" not set).

svn path=/trunk/; revision=35006
This commit is contained in:
Bill Meier 2010-11-22 17:17:46 +00:00
parent 1f4cdf5a9d
commit cf794aea59
1 changed files with 4 additions and 4 deletions

View File

@ -948,10 +948,10 @@ install-generated-files:
xcopy "doc\AUTHORS-SHORT" $(INSTALL_DIR) /d
xcopy ".\manuf" $(INSTALL_DIR) /d
xcopy ".\services" $(INSTALL_DIR) /d
$(TEXTIFY) ".\COPYING" $(INSTALL_DIR)
$(TEXTIFY) ".\NEWS" $(INSTALL_DIR)
$(TEXTIFY) ".\README" $(INSTALL_DIR)
$(TEXTIFY) ".\README.windows" $(INSTALL_DIR)
$(TEXTIFY) "./COPYING" $(INSTALL_DIR)
$(TEXTIFY) "./NEWS" $(INSTALL_DIR)
$(TEXTIFY) "./README" $(INSTALL_DIR)
$(TEXTIFY) "./README.windows" $(INSTALL_DIR)
xcopy ".\cfilters" $(INSTALL_DIR) /d
xcopy ".\colorfilters" $(INSTALL_DIR) /d
xcopy ".\dfilters" $(INSTALL_DIR) /d