lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

makeinfo problem


From: Werner LEMBERG
Subject: makeinfo problem
Date: Sat, 27 Mar 2004 07:35:56 +0100 (CET)

I'm not sure that this code:

  # makeinfo <= 4.6 image bug workaround
  if [ $(MAKEINFO_VERSION) -le 4006000 ]; then \
    (cd $(outdir) && \
    ls -1 lily-*.ly | sed 's/.ly$$/.txt/' | xargs touch) || true; \
  fi

from ly-rules.make is optimal.  With newer versions of makeinfo you
get zillions of warnings like

  cheatsheet.texi:505: warning:
    @image file `lily-1833847643.txt' (for text) unreadable:
    No such file or directory.

Wouldn't it be better to always create (empty) .txt files, regardless
of the makeinfo version to avoid those messages?


    Werner




reply via email to

[Prev in Thread] Current Thread [Next in Thread]