From patchwork Mon Mar 25 13:29:20 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Opdenacker X-Patchwork-Id: 41470 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id CFC18CD11DF for ; Mon, 25 Mar 2024 13:29:42 +0000 (UTC) Received: from relay2-d.mail.gandi.net (relay2-d.mail.gandi.net [217.70.183.194]) by mx.groups.io with SMTP id smtpd.web10.52014.1711373372237555011 for ; Mon, 25 Mar 2024 06:29:32 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@bootlin.com header.s=gm1 header.b=dbJqYxBE; spf=pass (domain: bootlin.com, ip: 217.70.183.194, mailfrom: michael.opdenacker@bootlin.com) Received: by mail.gandi.net (Postfix) with ESMTPSA id D0DCD40008; Mon, 25 Mar 2024 13:29:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1711373370; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=d4ZgnGTS2MDJcoPJtDRdqKxNarsGPos0CA0GSY8LYPI=; b=dbJqYxBEVS7ltqyA3pCMWRN0m83BEzNcJvuHiAEpJXV79QTFY5LlkDG6Q7xhvkMQP4MrI/ MMnrybmMp0Yv+Xt+dhncAdc0mcs6l+K5nivcMIqOVMuLghvV4jiK6dfFK14XX0XacyoNr7 VRjJ4hH4YMB2rg/5wLSg9uyUeu7XqjnOHS0vYHu2Uvlt2GNhXEMVIe5hh+ISQ2006v01Cq I1jVk6wd4ZPtjOFcn3Xfq/+EYqtuiEaWzFTby1lcVxuGMxNKGvd46iCms4XXiaSjtzKSpL rGszbkrrWj5t3OmF1BNe7gVv9TzIc4i6+HCaGxFSKZgzRU+Ji1qEfNcPPH8vrw== From: michael.opdenacker@bootlin.com To: docs@lists.yoctoproject.org Cc: Michael Opdenacker Subject: [nanbield][PATCH 05/11] documentation: Makefile: remove releases.rst in "make clean" Date: Mon, 25 Mar 2024 14:29:20 +0100 Message-Id: <20240325132926.3018186-6-michael.opdenacker@bootlin.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20240325132926.3018186-1-michael.opdenacker@bootlin.com> References: <20240325132926.3018186-1-michael.opdenacker@bootlin.com> MIME-Version: 1.0 X-GND-Sasl: michael.opdenacker@bootlin.com List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 25 Mar 2024 13:29:42 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/docs/message/5013 From: Michael Opdenacker releases.rst is generated by the set_versions.py script Signed-off-by: Michael Opdenacker --- documentation/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/Makefile b/documentation/Makefile index 804a7dd94c..c930d2d280 100644 --- a/documentation/Makefile +++ b/documentation/Makefile @@ -47,7 +47,7 @@ PNGs := $(foreach dir, $(IMAGEDIRS), $(patsubst %.svg,%.png,$(wildcard $(SOURCED $(SVG2PNG) --export-filename=$@ $< clean: - @rm -rf $(BUILDDIR) $(PNGs) $(PDFs) poky.yaml sphinx-static/switchers.js + @rm -rf $(BUILDDIR) $(PNGs) $(PDFs) poky.yaml sphinx-static/switchers.js releases.rst stylecheck: vale sync