File hello-make-manpage.patch of Package hello
--- Makefile.am.ORIG 2018-11-29 12:53:06.155077018 +0100 +++ Makefile.am 2018-11-30 16:16:53.774963113 +0100 @@ -45,19 +45,19 @@ DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@ CLEANFILES = MAINTAINERCLEANFILES = -if !GIT_CROSS_COMPILING +#obs#if !GIT_CROSS_COMPILING man_MANS = hello.1 EXTRA_DIST += $(man_MANS) -endif +#obs#endif -if BUILD_FROM_GIT +#obs#if BUILD_FROM_GIT hello.1: hello $(HELP2MAN) --include=$(top_srcdir)/man/hello.x $(top_builddir)/hello -o $@-t chmod a=r $@-t mv -f $@-t $@ CLEANFILES += $(man_MANS) -endif +#obs#endif TESTS = \ tests/atexit-1 \