doc: remove obsolete kconfig references in Makefile

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
David B. Kinder 2021-08-05 16:44:12 -07:00 committed by David Kinder
parent 4a53a23faa
commit 09e5df01b1
1 changed files with 1 additions and 3 deletions

View File

@ -34,7 +34,7 @@ help:
@echo " specify RELEASE=name to publish as a tagged release version"
@echo " and placed in a version subfolder. Requires repo merge permission."
.PHONY: help Makefile copy-to-sourcedir doxy content kconfig html singlehtml clean publish
.PHONY: help Makefile copy-to-sourcedir doxy content html singlehtml clean publish
# Generate the doxygen xml (for Sphinx) and copy the doxygen html to the
# api folder for publishing along with the Sphinx-generated API docs.
@ -77,8 +77,6 @@ pdf: html
clean:
rm -fr $(BUILDDIR)
@# Keeping these temporarily, but no longer strictly needed.
rm -fr doxygen misc reference/kconfig
# Copy material over to the GitHub pages staging repo