diff mbox series

manuals: fix duplicate "stylecheck" target

Message ID 20240330162440.1734248-1-michael.opdenacker@bootlin.com
State New
Headers show
Series manuals: fix duplicate "stylecheck" target | expand

Commit Message

Michael Opdenacker March 30, 2024, 4:24 p.m. UTC
From: Michael Opdenacker <michael.opdenacker@bootlin.com>

Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
---
 documentation/Makefile | 4 ----
 1 file changed, 4 deletions(-)

Comments

Quentin Schulz April 2, 2024, 9:52 a.m. UTC | #1
Hi Michael,

On 3/30/24 17:24, Michael Opdenacker via lists.yoctoproject.org wrote:
> From: Michael Opdenacker <michael.opdenacker@bootlin.com>
> 
> Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>

Reviewed-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>

Cheers,
Quentin
diff mbox series

Patch

diff --git a/documentation/Makefile b/documentation/Makefile
index c930d2d280..f3b775b3ec 100644
--- a/documentation/Makefile
+++ b/documentation/Makefile
@@ -53,10 +53,6 @@  stylecheck:
 	vale sync
 	vale $(VALEOPTS) $(VALEDOCS)
 
-stylecheck:
-	vale sync
-	vale $(VALEOPTS) $(VALEDOCS)
-
 epub: $(PNGs)
 	$(SOURCEDIR)/set_versions.py
 	@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)