sync with girocco/v2.11.4+
[git/gitweb.git] / ci / test-documentation.sh
blob579d540d32995715114f3b81ab5839800d9e006b
1 #!/bin/sh
3 # Perform sanity checks on documentation and build it.
6 set -e
8 make check-builtins
9 make check-docs
10 make doc
12 test -s Documentation/git.html
13 test -s Documentation/git.xml
14 test -s Documentation/git.1