From: fred Date: Tue, 26 Mar 2002 21:51:20 +0000 (+0000) Subject: lilypond-1.2.6 X-Git-Tag: release/1.5.59~2354 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=a50a98de167f79b67d147c5d80176fef1c9d7272;p=lilypond.git lilypond-1.2.6 --- diff --git a/lily/GNUmakefile b/lily/GNUmakefile index 1de3dc99c2..b40f17484d 100644 --- a/lily/GNUmakefile +++ b/lily/GNUmakefile @@ -9,10 +9,9 @@ SUBDIRS = include MODULE_LIBS=$(depth)/lib $(depth)/flower MODULE_INCLUDES=$(depth)/lib/include $(depth)/flower/include MODULE_CXXFLAGS= +HELP2MAN_EXECS = lilypond - - -STEPMAKE_TEMPLATES= c++ executable po +STEPMAKE_TEMPLATES= c++ executable po help2man include $(depth)/make/stepmake.make diff --git a/midi2ly/GNUmakefile b/midi2ly/GNUmakefile index de64e3e8bd..906205f630 100644 --- a/midi2ly/GNUmakefile +++ b/midi2ly/GNUmakefile @@ -9,7 +9,8 @@ MODULE_NAME = midi2ly SUBDIRS = include EXTRA_DIST_FILES += TODO MODULE_LIBS=$(depth)/lib $(depth)/flower -STEPMAKE_TEMPLATES=c++ executable po +HELP2MAN_EXECS = midi2ly +STEPMAKE_TEMPLATES=c++ executable po help2man include $(depth)/make/stepmake.make diff --git a/stepmake/stepmake/help2man-rules.make b/stepmake/stepmake/help2man-rules.make new file mode 100644 index 0000000000..d199a62126 --- /dev/null +++ b/stepmake/stepmake/help2man-rules.make @@ -0,0 +1,3 @@ + +$(outdir)/%.1: $(outdir)/% + $(PERL) $(depth)/buildscripts/help2man.pl $< > $@ diff --git a/stepmake/stepmake/help2man-vars.make b/stepmake/stepmake/help2man-vars.make new file mode 100644 index 0000000000..4d9b9c9854 --- /dev/null +++ b/stepmake/stepmake/help2man-vars.make @@ -0,0 +1,4 @@ + +HELP2MAN_GROFFS = $(addsuffix .1, $(addprefix $(outdir)/, $(HELP2MAN_EXECS))) + +OUT_DIST_FILES += $(HELP2MAN_GROFFS)