From: Andres Mejia Date: Sat, 2 Feb 2013 23:42:30 +0000 (-0500) Subject: Do not ignore errors when generating documentation. X-Git-Tag: v3.1.2~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66648f8c3fa01d39fe3a24551c19d6fa20250c9a;p=thirdparty%2Flibarchive.git Do not ignore errors when generating documentation. This will ensure documentation is actually generated when building release tarballs. --- diff --git a/doc/update.sh b/doc/update.sh index 1994eb3a7..1038da133 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.