From 3c6e4f5730001d154a89cc44da6833db2dcba88c Mon Sep 17 00:00:00 2001 From: Heikki Junes Date: Mon, 17 Apr 2006 21:34:32 +0000 Subject: [PATCH] * scripts/GNUmakefile: bugfix: run help2man only after scripts have been generated. Fixes "can't get `--help'" bug after make clean. * THANKS: alphabetize contributors. --- ChangeLog | 7 +++++++ THANKS | 3 ++- scripts/GNUmakefile | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0bb2b860d9..0a2b6c46f4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2006-04-18 Heikki Junes + + * 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 * Documentation/user/instrument-notation.itely: added Erlend's diff --git a/THANKS b/THANKS index 790a69688c..9ea568b509 100644 --- a/THANKS +++ b/THANKS @@ -13,9 +13,10 @@ Mats Bengtsson - Support Guru CONTRIBUTORS +Erlend Aasland David Feuer +Heikki Junes Joe Neeman -Erlend Aasland SPONSORS diff --git a/scripts/GNUmakefile b/scripts/GNUmakefile index 7f70befcb1..4cfa50b554 100644 --- a/scripts/GNUmakefile +++ b/scripts/GNUmakefile @@ -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) -- 2.39.2