X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2FMakefile.in;fp=src%2FMakefile.in;h=e164fd833031ed325615b4d50a965cfb430fbb85;hb=79035c81c5c623a30d0139bca33bd41ee1756930;hp=bcbf1445b55d3e42f0c5ff29f997a4752618ed40;hpb=d0059fa2611c9db88dd365b77ce49c04d2102de3;p=ppastats.git diff --git a/src/Makefile.in b/src/Makefile.in index bcbf144..e164fd8 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -557,8 +557,10 @@ uninstall-man: uninstall-man1 ppastats.1: main.c $(top_srcdir)/configure.ac - $(MAKE) $(AM_MAKEFLAGS) ppastats$(EXEEXT) - help2man -N --name="PPA Statistics command line tool" --output=ppastats.1 ./ppastats$(EXEEXT) + if ! test -z "$(HELP2MAN)"; then \ + $(MAKE) $(AM_MAKEFLAGS) ppastats$(EXEEXT); \ + help2man -N --name="PPA Statistics command line tool" --output=ppastats.1 ./ppastats$(EXEEXT); \ + fi; # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded.