lilypond-devel
[Top][All Lists]
Advanced

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

Re: Can't compile docs


From: Phil Holmes
Subject: Re: Can't compile docs
Date: Thu, 6 Jan 2011 14:58:22 -0000

----- Original Message ----- From: "Graham Percival" <address@hidden>
To: "Phil Holmes" <address@hidden>
Cc: <address@hidden>
Sent: Thursday, January 06, 2011 7:19 AM
Subject: Re: Can't compile docs


On Wed, Jan 05, 2011 at 05:30:09PM -0000, Phil Holmes wrote:
pdfTeX warning (dest): name{Invoking abc2ly} has been referenced but does not e
xist, replaced by a fixed one

pdfTeX warning (dest): name{Invoking musicxml2ly} has been
referenced but does not exist, replaced by a fixed one

These don't look great, but I think they're normal problems.

cp -p web.texi out-www/web.texi
cp: cannot stat `web.texi': No such file or directory
make[3]: *** [out-www/web.texi] Error 1
make[3]: Leaving directory `/home/phil/lilypond-git/build/Documentation/de'

This is the actual problem, and the de/ part (German) is
absolutely vital, but I don't know how it's happening.

If you run:
 git status
do you see something like this?
# On branch master
# Changed but not updated:
#   (use "git add/rm <file>..." to update what will be committed)
#   (use "git checkout -- <file>..." to discard changes in working
#   directory)
#
#       deleted:    Documentation/de/web.texi
#

I get this:

# On branch master
# Untracked files:
#   (use "git add <file>..." to include in what will be committed)
#
# aborted_edits/
nothing added to commit but untracked files present (use "git add" to track)


if so, the build problem is understandable, and you can fix it by
running:
 git reset --hard origin

Might be simpler to delete the git directory and start again?

Do you have a
 Documentation/de/web.texi
?  (if not, git should notice this, but evidently something really
strange is happening, so if you don't see a problem in git status,
please check manually)

NB: you should have *both* a
 Documentation/de/web/         directory (or folder), and
 Documentation/de/web.texi     file

Yes:

address@hidden:~/lilypond-git/Documentation/de$ ls
essay           GNUmakefile    macros.itexi      texidocs            web
essay.tely included notation translations.itexi web.texi
extending       learning       notation.tely     usage
extending.tely  learning.tely  search-box.ihtml  usage.tely



--
Phil Holmes





reply via email to

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