]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Do not ignore errors when generating documentation.
authorAndres Mejia <amejia004@gmail.com>
Sat, 2 Feb 2013 23:42:30 +0000 (18:42 -0500)
committerAndres Mejia <amejia004@gmail.com>
Sat, 2 Feb 2013 23:43:09 +0000 (18:43 -0500)
This will ensure documentation is actually generated when building
release tarballs.

doc/update.sh

index 1994eb3a76f71b381a8d77dce9de76718010226e..1038da133f776deef2b2aa76acfe05ec4e11c8b5 100755 (executable)
@@ -1,5 +1,7 @@
 #!/bin/sh
 
+set -e
+
 #
 # Simple script to repopulate the 'doc' tree from
 # the mdoc man pages stored in each project.