From df49c60c9671e4a28e636964d744c1f59fb6cb68 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 12 Jun 2000 15:00:15 +0000 Subject: Merged from 4.5.0-beta3a --- tools/cpu/sh/Makefile.am | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) (limited to 'tools/cpu/sh/Makefile.am') diff --git a/tools/cpu/sh/Makefile.am b/tools/cpu/sh/Makefile.am index 2eb28edb70..541f1758b5 100644 --- a/tools/cpu/sh/Makefile.am +++ b/tools/cpu/sh/Makefile.am @@ -2,14 +2,18 @@ ## $Id$ ## -AUTOMAKE_OPTIONS = foreign 1.4 +AUTOMAKE_OPTIONS = foreign 1.4 no-installman ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal -noinst_PROGRAMS=shgen +noinst_PROGRAMS = shgen -shgen_SOURCES = \ -sci.h \ -sci.c \ -shgen.c +shgen_SOURCES = sci.h sci.c shgen.c -include $(top_srcdir)/../../../automake/local.am +if HELP2MAN +man_MANS = shgen.1 + +shgen.1: $(srcdir)/shgen.c + $(HELP2MAN) -N shgen >$@ +endif + +include $(top_srcdir)/../../../automake/host.am -- cgit v1.2.3