summaryrefslogtreecommitdiff
path: root/test/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'test/documentation')
-rw-r--r--test/documentation7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/documentation b/test/documentation
new file mode 100644
index 0000000..61bffa0
--- /dev/null
+++ b/test/documentation
@@ -0,0 +1,7 @@
+## vim:ft=zsh
+alias podchecker='podchecker -warnings -warnings'
+echo "# Documentation"
+podchecker bin/checklinks
+for file in man/*/*; {
+ podchecker $file
+}