We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b2ec0a commit da436d7Copy full SHA for da436d7
Makefile
@@ -25,3 +25,7 @@ docs:
25
clean:
26
rm -f $(output_dir)/*
27
make -C docs clean
28
+
29
+.PHONY: validate
30
+validate:
31
+ hack/man-page-checker
0 commit comments