summaryrefslogtreecommitdiff
path: root/test/documentation
blob: 61bffa061a5990769f96d3916155687379763688 (plain)
1
2
3
4
5
6
7
## vim:ft=zsh
alias podchecker='podchecker -warnings -warnings'
echo "# Documentation"
podchecker bin/checklinks
for file in man/*/*; {
	podchecker $file
}