]> git.donarmstrong.com Git - lilypond.git/commitdiff
Remove Info dir entries correctly in 'make install'
authorJohn Mandereau <john.mandereau@gmail.com>
Sun, 19 Aug 2007 17:01:14 +0000 (19:01 +0200)
committerJohn Mandereau <john.mandereau@gmail.com>
Sun, 19 Aug 2007 17:01:14 +0000 (19:01 +0200)
Documentation/user/GNUmakefile

index a0d3abacbe35a427d79f91f60dcc3fd885073c0d..278061df3958f124cececaac1dd5893ff64d11c3 100644 (file)
@@ -74,6 +74,7 @@ ifneq ($(patsubst %/local,%,$(DESTDIR)$(prefix)),/usr)
 else
        -$(INSTALL) -d $(DESTDIR)$(package_infodir)
        -install-info --remove --info-dir=$(infodir) $(outdir)/lilypond.info
+       -install-info --remove --info-dir=$(infodir) $(outdir)/lilypond-program.info
        install-info --info-dir=$(infodir) $(outdir)/lilypond.info
        (cd $(package_infodir) && ln -sf $(webdir)/Documentation/user/*png .)
 endif