On Wed, Mar 09, 2005 at 08:27:08PM +0100, Jan Nieuwenhuizen wrote:
> > Sorry for any confusion I may have caused.
> 
> That's ok, this should be fixed; I'll apply your patches.

Here's yet another one I missed (I had to install a recent makeinfo
before building documentation):


--- stepmake/stepmake/texinfo-vars.make.orig    Sun Oct 24 15:47:36 2004
+++ stepmake/stepmake/texinfo-vars.make Thu Mar 10 17:36:17 2005
@@ -17,7 +17,7 @@ MAKEINFO = LANG= $(MAKEINFO_PROGRAM)  --
 # info stuff
 INFO_INSTALL_FILES = $(wildcard $(addsuffix *, $(INFO_FILES)))
 INFO_INSTALL_COMMAND =$(if $(INFO_INSTALL_FILES),\
-       $(INSTALL) -d $(DESTDIR)$(package_infodir) ; \
-       $(MAKE) INSTALLATION_OUT_DIR=$(DESTDIR)$(package_infodir) \
+       $(INSTALL) -d $(package_infodir) ; \
+       $(MAKE) INSTALLATION_OUT_DIR=$(package_infodir) \
                depth=$(depth) INSTALLATION_OUT_FILES="$(INFO_INSTALL_FILES)" \
                -f $(stepdir)/install-out.sub.make,true)


Further under focus is Documentation/user/GNUmakefile, which

a) also seems to use DESTDIR (I just find/xargs/grep for DESTDIR),

b) references a target `outimages' which isn't defined anywhere, thus
breaking make web.

Ciao,
        Kili


_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to