[doxygen] Review fixes.
- Move directory back to docs
- Move doxygen-format-check.sh to scripts/helpers.
- Clean up CHIP naming.
diff --git a/Makefile.am b/Makefile.am
index d47ec74..70adde8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -34,7 +34,7 @@
examples \
third_party \
src \
- doc \
+ docs \
tests \
$(NULL)
@@ -212,7 +212,7 @@
.PHONY: docdist
docdist: $(BUILT_SOURCES)
- $(MAKE) -C doc docdistdir=$(abs_builddir) $(@)
+ $(MAKE) -C docs docdistdir=$(abs_builddir) $(@)
#
# Top-level convenience target for making a tools-only distribution