]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/stepmake/generic-targets.make
* lily/general-scheme.cc: Compile fixes: include wchar.h, string.h.
[lilypond.git] / stepmake / stepmake / generic-targets.make
index a152e28e0bc04e5c28e7c80365a1b8c974ac388a..272fa15392a6650743abc12171469f441cb72656 100644 (file)
@@ -135,11 +135,10 @@ uninstall: local-uninstall
 local-uninstall:
 
 installextradoc:
-       -$(INSTALL) -d $(prefix)/doc/$(package)
+       -$(INSTALL) -d $(DESTDIR)$(prefix)/doc/$(package)
        $(foreach i, $(EXTRA_DOC_FILES),\
                cp -r $(i) $(prefix)/doc/$(package) &&) true
 
-
 include $(outdir)/dummy.dep $(wildcard $(outdir)/*.dep) # expect a warning here
 
 $(outdir)/dummy.dep: