From 66648f8c3fa01d39fe3a24551c19d6fa20250c9a Mon Sep 17 00:00:00 2001 From: Andres Mejia Date: Sat, 2 Feb 2013 18:42:30 -0500 Subject: Do not ignore errors when generating documentation. This will ensure documentation is actually generated when building release tarballs. --- doc/update.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc') diff --git a/doc/update.sh b/doc/update.sh index 1994eb3a..1038da13 100755 --- a/doc/update.sh +++ b/doc/update.sh @@ -1,5 +1,7 @@ #!/bin/sh +set -e + # # Simple script to repopulate the 'doc' tree from # the mdoc man pages stored in each project. -- cgit v1.2.1