diff options
Diffstat (limited to 'doc/Makefile.win.in')
-rw-r--r-- | doc/Makefile.win.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile.win.in b/doc/Makefile.win.in index fd2dbc7..0e7624d 100644 --- a/doc/Makefile.win.in +++ b/doc/Makefile.win.in @@ -13,7 +13,7 @@ # input used in their production; they are not affected by this license. all: FORCE - @xcopy /s /q ..\examples ..\html\examples + @xcopy /s /q /i ..\examples ..\html\examples set DOXYGEN_DOCDIR=. set VERSION=$(VERSION) $(DOXYGEN)\bin\doxygen |