From 5697b5fb78738518764106b52366235fe7a3201e Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Wed, 30 Jan 2013 00:02:23 +0000 Subject: merge in build fixes from 0.43 svn path=/trunk/; revision=17002 --- doc/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/Makefile b/doc/Makefile index 149f24f6..f57fd700 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -201,7 +201,12 @@ pddp_clean: tutorials_install: $(manualsdir) # start-here install -d "$(DESTDIR)$(manualsdir)/+ Start Here" +ifeq ($(OS_NAME),windows) +# msys can't handle unicode well, so it dies on the japanese filename, xcopy works tho + cd $(doc_src)/tutorials/ && xcopy //y start-here "$(DESTDIR)$(manualsdir)/+ Start Here" +else install -p $(doc_src)/tutorials/start-here/*.* "$(DESTDIR)$(manualsdir)/+ Start Here" +endif # pddrums install -d $(DESTDIR)$(manualsdir)/PdDrums install -p $(doc_src)/tutorials/footils/pddrums/*.* $(DESTDIR)$(manualsdir)/PdDrums -- cgit v1.2.1