From: Ben Pfaff Date: Tue, 13 Dec 2016 20:50:10 +0000 (-0800) Subject: dist-docs: Make "make dist-docs" work again. X-Git-Tag: v2.12.3~4161 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=32dddce89fd30b9962683b54d25041094473036a;p=mirror_ovs.git dist-docs: Make "make dist-docs" work again. CC: Stephen Finucane Fixes: c431227e3350 ("doc: Remove documentation from distdoc target") Reported-by: Lance Richardson Signed-off-by: Ben Pfaff Acked-by: Lance Richardson --- diff --git a/build-aux/dist-docs b/build-aux/dist-docs index d2d11d7b5..9f6ca7b2c 100755 --- a/build-aux/dist-docs +++ b/build-aux/dist-docs @@ -3,10 +3,10 @@ set -e # Check command line. -if test ! -d "$1" || test $# -lt 2; then +if test ! -d "$1" || test $# != 1; then cat <