if BUILD_FROM_GIT
hello.1: hello$(EXEEXT)
- $(HELP2MAN) --include=$(top_srcdir)/man/hello.x $(top_builddir)/hello$(EXEEXT) -o $@-t
- chmod a=r $@-t
- mv -f $@-t $@
+ $(AM_V_GEN)$(HELP2MAN) --include=$(top_srcdir)/man/hello.x \
+ $(top_builddir)/hello$(EXEEXT) -o $@-t;
+ $(AM_V_at)chmod a=r $@-t
+ $(AM_V_at)mv -f $@-t $@
CLEANFILES += $(man_MANS)
endif