]> git.donarmstrong.com Git - lilypond.git/commitdiff
* scripts/GNUmakefile: bugfix: run help2man only after scripts have
authorHeikki Junes <heikki.junes@hut.fi>
Mon, 17 Apr 2006 21:34:32 +0000 (21:34 +0000)
committerHeikki Junes <heikki.junes@hut.fi>
Mon, 17 Apr 2006 21:34:32 +0000 (21:34 +0000)
been generated. Fixes "can't get `--help'" bug after make clean.

* THANKS: alphabetize contributors.

ChangeLog
THANKS
scripts/GNUmakefile

index 0bb2b860d901b3ecbd240f2363fa7f08b8328070..0a2b6c46f4b30f4fcc6f8cc5f45ce8b2238d0cb5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2006-04-18  Heikki Junes  <hjunes@cc.hut.fi>
+
+       * scripts/GNUmakefile: bugfix: run help2man only after scripts have 
+       been generated. Fixes "can't get `--help'" bug after make clean.
+
+       * THANKS: alphabetize contributors.
+
 2006-04-17  Graham Percival  <gpermus@gmail.com>
 
        * Documentation/user/instrument-notation.itely: added Erlend's
diff --git a/THANKS b/THANKS
index 790a69688c6ab1acc17e54d477d0dade2afaae11..9ea568b509030d5def5c34e6d1fc79f04f81e62e 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -13,9 +13,10 @@ Mats Bengtsson    - Support Guru
 
 CONTRIBUTORS
 
+Erlend Aasland
 David Feuer
+Heikki Junes
 Joe Neeman
-Erlend Aasland
 
 
 SPONSORS
index 7f70befcb17539a7a4fcb9e153578d2c297f36fc..4cfa50b5549dd31bd977fd2a676ae3c9a955de24 100644 (file)
@@ -4,9 +4,9 @@ SEXECUTABLES=convert-ly lilypond-book abc2ly etf2ly midi2ly lilypond-invoke-edit
 
 STEPMAKE_TEMPLATES=script help2man po
 LOCALSTEPMAKE_TEMPLATES = lilypond
-HELP2MAN_EXECS = $(SEXECUTABLES)
 
 include $(depth)/make/stepmake.make
 include $(stepdir)/executable-targets.make
 
+HELP2MAN_EXECS = $(SEXECUTABLES)