X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile.am;h=9cad47b72069ab2cafb68257766c1d9b07f19cdd;hb=f6eb6b202533ad393b8d1d8e6ae6e502cbf19caf;hp=14604e88accc65e9e73416aa4e6b0df06c3db325;hpb=c483d489caeec8b38991065580365e8a2b34237e;p=sliver-openvswitch.git diff --git a/Makefile.am b/Makefile.am index 14604e88a..9cad47b72 100644 --- a/Makefile.am +++ b/Makefile.am @@ -42,14 +42,15 @@ EXTRA_DIST = \ CodingStyle \ DESIGN \ FAQ \ + INSTALL \ INSTALL.KVM \ INSTALL.Libvirt \ - INSTALL.Linux \ INSTALL.RHEL \ INSTALL.SSL \ INSTALL.XenServer \ INSTALL.bridge \ INSTALL.userspace \ + IntegrationGuide \ NOTICE \ PORTING \ README-gcov \ @@ -132,6 +133,11 @@ CLEAN_LOCAL += clean-pycov # If we're checked out from a Git repository, make sure that every # file that is in Git is distributed. +# +# We only enable this check when GNU make is in use because the +# Makefile in datapath/linux, needed to get the list of files to +# distribute, requires GNU make extensions. +if GNU_MAKE ALL_LOCAL += dist-hook-git dist-hook-git: distfiles @if test -e $(srcdir)/.git && (git --version) >/dev/null 2>&1; then \ @@ -157,6 +163,8 @@ distfiles: Makefile sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t" | sort -u > $@ CLEANFILES += distfiles +endif +.PHONY: dist-hook-git # Check that "struct vlog_ratelimit" is always declared "static". ALL_LOCAL += rate-limit-check @@ -168,6 +176,7 @@ rate-limit-check: echo "'struct vlog_rate_limit' must always be 'static'"; \ exit 1; \ fi +.PHONY: rate-limit-check if HAVE_GROFF ALL_LOCAL += manpage-check