lilypond-user
[Top][All Lists]
Advanced

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

creating .deb files


From: D Josiah Boothby
Subject: creating .deb files
Date: Mon, 24 Oct 2005 22:21:06 -0700 (PDT)

i don't know if i should send this here or do lilypond-dev, but i'll send here first.

it seems that the compilation is hanging while building the documentation, but i'm not certain. if i would like to try *not* building the documentation along with the rest of lilypond, would i edit the debian/rules file? if so, what would i comment out? if my suspcicion is correct, the relevant section looks like this:

build-doc: build build-doc-stamp
build-doc-stamp:
        dh_testdir

        # make info
        $(MAKE) -C Documentation
        # make html
        $(MAKE) web
        $(MAKE) -C Documentation/user omf
#       find . -type d -name 'out-www' | xargs rm -rf

        touch build-doc-stamp





reply via email to

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