diff --git a/ci/dev/fmt.sh b/ci/dev/fmt.sh index 4f895357..f72c5e92 100755 --- a/ci/dev/fmt.sh +++ b/ci/dev/fmt.sh @@ -30,6 +30,7 @@ main() { doctoc --title '# Maintaining' docs/MAINTAINING.md >/dev/null doctoc --title '# Contributor Covenant Code of Conduct' docs/CODE_OF_CONDUCT.md >/dev/null doctoc --title '# iPad' docs/ipad.md >/dev/null + doctoc --title '# Termux' docs/ipad.md >/dev/null if [[ ${CI-} && $(git ls-files --other --modified --exclude-standard) ]]; then echo "Files need generation or are formatted incorrectly:" diff --git a/docs/termux.md b/docs/termux.md new file mode 100644 index 00000000..fbf46991 --- /dev/null +++ b/docs/termux.md @@ -0,0 +1 @@ +# Termux \ No newline at end of file