repo.or.cz
/
git
/
debian.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
SubmittingPatches: document how to reference previous commits
[git/debian.git]
/
ci
/
test-documentation.sh
blob
579d540d32995715114f3b81ab5839800d9e006b
1
#!/bin/sh
2
#
3
# Perform sanity checks on documentation and build it.
4
#
5
6
set -e
7
8
make
check-builtins
9
make
check-docs
10
make
doc
11
12
test -s
Documentation
/
git.html
13
test -s
Documentation
/
git.xml
14
test -s
Documentation
/
git
.1