From 09e5df01b1808605d27a4cc30a41d7a569409c55 Mon Sep 17 00:00:00 2001 From: "David B. Kinder" Date: Thu, 5 Aug 2021 16:44:12 -0700 Subject: [PATCH] doc: remove obsolete kconfig references in Makefile Signed-off-by: David B. Kinder --- doc/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/doc/Makefile b/doc/Makefile index 89f418da6..5d4ee56cb 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -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