Skip to content

Commit

Permalink
dist-docs: Make "make dist-docs" work again.
Browse files Browse the repository at this point in the history
CC: Stephen Finucane <[email protected]>
Fixes: c431227 ("doc: Remove documentation from distdoc target")
Reported-by: Lance Richardson <[email protected]>
Signed-off-by: Ben Pfaff <[email protected]>
Acked-by: Lance Richardson <[email protected]>
  • Loading branch information
blp committed Dec 13, 2016
1 parent cac5b28 commit 32dddce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-aux/dist-docs
Original file line number Diff line number Diff line change
Expand Up @@ -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 <<EOF
$0: HTML documentation generator for Open vSwitch
usage: $0 srcdir docfile...
usage: $0 srcdir
The VERSION environment variable should be set to the Open vSwitch version.
Must be invoked from an Open vSwitch build directory.
Expand Down

0 comments on commit 32dddce

Please sign in to comment.