aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2005-01-14 16:57:07 +0000
committerGerald Combs <gerald@wireshark.org>2005-01-14 16:57:07 +0000
commitfbbfb4aeadab2517b51947d0b1caee38ba6d1802 (patch)
treedcd2e3cf792428ed7d5d44872476a92b22d7f6a9 /doc
parent94ecf93f8a69efc31edbb5a936cf98346e532737 (diff)
Remove another GNU cp dependency.
svn path=/trunk/; revision=13033
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.nmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Makefile.nmake b/doc/Makefile.nmake
index 63f8f70455..a0d604ae4f 100644
--- a/doc/Makefile.nmake
+++ b/doc/Makefile.nmake
@@ -83,9 +83,9 @@ ethereal-filter.html: ethereal-filter.pod ../config.h
ethereal-filter.pod: ethereal-filter.pod.template ../tethereal.exe
cd ..
- cp --update --preserve wiretap/wiretap-$(WTAP_VERSION).dll wiretap-$(WTAP_VERSION).dll
+ xcopy wiretap\wiretap-$(WTAP_VERSION).dll . /d /y
!IFDEF ENABLE_LIBETHEREAL
- cp --update --preserve epan/libethereal.dll libethereal.dll
+ xcopy epan\libethereal.dll . /d /y
!ENDIF
tethereal.exe -G | $(PERL) doc\dfilter2pod.pl doc\ethereal-filter.pod.template > doc\ethereal-filter.pod
rm -f libethereal.dll wiretap-$(WTAP_VERSION).dll