Sign in
code
/
git
/
0a20325a01d089d8274aa4be05d79e6c157e1319
/
.
/
ci
/
test-documentation.sh
blob: 579d540d32995715114f3b81ab5839800d9e006b [
file
]
#!/bin/sh
#
# Perform sanity checks on documentation and build it.
#
set
-
e
make check
-
builtins
make check
-
docs
make doc
test
-
s
Documentation
/
git
.
html
test
-
s
Documentation
/
git
.
xml
test
-
s
Documentation
/
git
.
1