[dpdk-dev] [PATCH v2 2/4] doc: rendering and installation of man pages

Thomas Monjalon thomas.monjalon at 6wind.com
Wed Oct 26 23:13:08 CEST 2016


2016-08-31 09:50, Christian Ehrhardt:
> +ifneq ($(wildcard $O/doc/man/*/*.1),)
> +	$(Q)$(call rte_mkdir,     $(DESTDIR)$(mandir))

This line is useless because implicit in the next one.

> +	$(Q)$(call rte_mkdir,     $(DESTDIR)$(mandir)/man1)
> +	$(Q)cp -a $O/doc/man/*/*.1 $(DESTDIR)$(mandir)/man1
> +endif

There is also a small alignment issue.


More information about the dev mailing list