]> git.donarmstrong.com Git - lilypond.git/commitdiff
Nitpick: relocation is not based on path, but on
authorJan Nieuwenhuizen <janneke@gnu.org>
Mon, 19 Dec 2005 06:44:20 +0000 (06:44 +0000)
committerJan Nieuwenhuizen <janneke@gnu.org>
Mon, 19 Dec 2005 06:44:20 +0000 (06:44 +0000)
directory (location).

ChangeLog
GNUmakefile.in
lily/main.cc

index 66d3e0f87a8c1254629d2b31450ba890daee5317..ef6b3f63200536ed1221b720eee004b49a102f6d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * lily/main.cc: Nitpick: relocation is not based on path, but on
+       directory (location).
+
 2005-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
        * lily/main.cc (setup_paths): read LILYPOND_RELOCATE_PREFIX
        * scm/output-lib.scm (print-circled-text-callback): draw circle
        around text using make-circle-markup.
 
-       * Documentation/user/*: strip out-www from paths.
+       * Documentation/user/*: strip out-www from file names.
 
 2005-12-05  Heikki Junes  <hjunes@cc.hut.fi>
 
index 3548dc04a5b30ddd89d29b6e6812a7896945f18e..fe136d323939991f7c234e529a2bcce1eba7bf22 100644 (file)
@@ -75,7 +75,7 @@ local-WWW-post:
                > $(outdir)/weblist
        ls $(outdir)/*.html >> $(outdir)/weblist
 
-## rewrite paths so we lose out-www
+## rewrite file names so we lose out-www
        rm -rf $(outdir)/web-root/
        mkdir $(outdir)/web-root/
        cat $(outdir)/weblist | (cd $(top-build-dir); tar -cf-  -T- ) | \
index a2ba2a7bcbf268845bdf91280f58aadee551646f..65b4f396a6f92182e0e223d1289e42f2467a0f52 100644 (file)
@@ -161,7 +161,7 @@ static Long_option_init options_static[]
      for --output-format.  */
   {_i ("FORMATs"), "formats", 'f', _i ("dump FORMAT,...  Also as separate options:")},
   {0, "dvi", 0, _i ("generate DVI (tex backend only)")},
-  {0, "relocate", 0, _i("relocate using path to binary")},
+  {0, "relocate", 0, _i ("relocate using directory of lilypond program")},
   {0, "pdf", 0, _i ("generate PDF (default)")},
   {0, "png", 0, _i ("generate PNG")},
   {0, "ps", 0, _i ("generate PostScript")},