On Wed, Mar 31, 2021 at 01:42:17AM +0200, David Kastrup wrote: > David Kastrup <[email protected]> writes: > > > Apparently, images are no longer copied when doing > > > > make install-info I always work in a terminal so I wouldn't notice the missing images, but anyway I always assumed our info install was broken.
I never knew about the install-info make target. Right now, if I run `make install', when it completes it will print a message with the install-info command I need to run. Something like this: install-info --info-dir=~/.local/share/info ~/.local/share/info/lilypond-web.info Running that always fails because the lilypond-web.info file doesn't exist. So I wrote some hack of a script that generates a dir file and just uses that directory. It would be nice not to have to do that. Kevin > > > > making the documentation near useless. Pages look like > > > > File: lilypond-notation.info, Node: Pitches, Next: Rhythms, Up: Musical > > notation > > > > 1.1 Pitches > > =========== > > > > [image src="lilypond/67/lily-393eafe4.png" alt="[image of music]"] > > > > This section discusses how to specify the pitch of notes. There are > > three steps to this process: input, modification, and output. > > > > * Menu: > > > > * Writing pitches:: > > * Changing multiple pitches:: > > * Displaying pitches:: > > * Note heads:: > > > > now. > > Copy&paste in Emacs can be surprising when images are involved. The > displayed text is actually [broken image:lilypond/67/lily-393eafe4.png] > > > I find that make install-info creates a link > > > > lrwxrwxrwx 1 root root 35 Mär 31 01:28 lilypond -> > > ../doc/lilypond/html/Documentation/ > > > > in /usr/local/share/info > > > > that is entirely useless since I am not interested in installing the > > HTML documentation. > > -- > David Kastrup > > _______________________________________________ > bug-lilypond mailing list > [email protected] > https://lists.gnu.org/mailman/listinfo/bug-lilypond _______________________________________________ bug-lilypond mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-lilypond
