]> git.donarmstrong.com Git - lilypond.git/blobdiff - GNUmakefile.in
*** empty log message ***
[lilypond.git] / GNUmakefile.in
index ca30d735f28ba38f2cdcdc072dbfb4fa750fc885..2406980bb5ea3179f2db513353ebe666d2c0e6b2 100644 (file)
@@ -45,6 +45,7 @@ install-WWW:
        tar -C $(webdir)/ -xzf $(outdir)/web.tar.gz
 # install-WWW does not recurse; fake it visiting Documentation/user manually
        $(MAKE) -C Documentation/user local-install-WWW
+       $(MAKE) -C Documentation/user install-info
 
 web-install:
        $(MAKE) out=www install-WWW
@@ -59,11 +60,11 @@ local-install:
        $(INSTALL) -d $(local_lilypond_datadir)
 
 final-install:
-       @echo
-       @echo " *** Before running, buildscripts/out/lilypond-{profile,login}"
-       @echo " *** must be run. You're advised to source these scripts from your "
-       @echo " *** login scripts. For more information, see Invoking LilyPond in the manual."
-       @echo
+       @echo '*** Before using LilyPond, the contents of one of the login scripts'
+       @echo '*** buildscripts/out/lilypond-{profile,login} should be sourced.'
+       @echo '*** LilyPond should have been installed to do that automatically'
+       @echo '*** when you log in.  So, please log out now and log in again.'
+       @echo '*** For more information see Invoking LilyPond in the manual.'
 
 web-ext = gz html midi pdf png txt ly
 
@@ -102,6 +103,7 @@ $(builddir)/share/lilypond-force:
        cd $(builddir) && rm -rf lib share
        mkdir -p $(builddir)/lib/$(package)
        mkdir -p $(builddir)/share/$(package)
+       mkdir -p $(builddir)/share/$(package)/dvips
        mkdir -p $(builddir)/share/$(package)/elisp
        mkdir -p $(builddir)/share/$(package)/fonts
        mkdir -p $(builddir)/share/$(package)/tex
@@ -109,21 +111,25 @@ $(builddir)/share/lilypond-force:
                ln -s  ../../python/$(outconfbase) python
        cd $(builddir)/share/$(package) && \
                ln -s $(abs-srcdir)/ly ly && \
-               ln -s ../../mf/$(outconfbase) dvips && \
-               ln -s ../../mf/$(outconfbase) afm && \
+               ln -s ../../mf/$(outconfbase) otf && \
+               ln -s ../../mf/$(outconfbase) svg && \
                ln -s ../../mf/$(outconfbase) tfm && \
                ln -s $(abs-srcdir)/mf && \
                ln -s $(abs-srcdir)/ps && \
                ln -s ../../python/$(outconfbase) python && \
                ln -s $(abs-srcdir)/scm
+       cd $(builddir)/share/$(package)/dvips && \
+               ln -s ./../mf/$(outconfbase) mf-out && \
+               ln -s $(abs-srcdir)/ps
        cd $(builddir)/share/$(package)/tex && \
                ln -s $(abs-srcdir)/tex source && \
                ln -s ../../../tex/$(outconfbase) tex-out && \
                ln -s ../../../mf/$(outconfbase) mf-out
        cd $(builddir)/share/$(package)/fonts && \
                ln -s $(abs-srcdir)/mf source && \
-               ln -s ../../../mf/$(outconfbase) afm && \
+               ln -s ../../../mf/$(outconfbase) otf && \
                ln -s ../../../mf/$(outconfbase) tfm && \
+               ln -s ../../../mf/$(outconfbase) svg && \
                ln -s ../../../mf/$(outconfbase) type1
        cd $(builddir)/share/$(package)/elisp && \
                ln -sf ../../../elisp/$(outconfbase)/lilypond-words.el . && \