Anton Samsonov has uploaded this change for review.

View Change

Makefile: Fix cleanup for Sphinx versions prior to 4.x

Fixup for change I9cd280551a1ba4d17edb2e857d56f80431b61e1b.

Change-Id: I123aec7cf2f016ba905c220cfc84a217523f9932
Signed-off-by: Anton Samsonov <devel@zxlab.ru>
---
M Makefile
1 file changed, 1 insertion(+), 1 deletion(-)

git pull ssh://review.coreboot.org:29418/flashrom refs/changes/02/81802/1
diff --git a/Makefile b/Makefile
index 9ce5906..1c0904b 100644
--- a/Makefile
+++ b/Makefile
@@ -1075,7 +1075,7 @@
# We don't use EXEC_SUFFIX here because we want to clean everything.
clean:
rm -rf $(PROGRAM) $(PROGRAM).exe libflashrom.a $(filter-out Makefile.d, $(wildcard *.d *.o platform/*.d platform/*.o)) \
- man8 .doctrees $(PROGRAM).bash $(BUILD_DETAILS_FILE)
+ man8 8 .doctrees $(PROGRAM).bash $(BUILD_DETAILS_FILE)
@+$(MAKE) -C util/ich_descriptors_tool/ clean

install: $(PROGRAM)$(EXEC_SUFFIX) $(call has_dependency, $(HAS_SPHINXBUILD), man8/$(PROGRAM).8) $(PROGRAM).bash

To view, visit change 81802. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: flashrom
Gerrit-Branch: main
Gerrit-Change-Id: I123aec7cf2f016ba905c220cfc84a217523f9932
Gerrit-Change-Number: 81802
Gerrit-PatchSet: 1
Gerrit-Owner: Anton Samsonov <devel@zxlab.ru>
Gerrit-MessageType: newchange