From patchwork Wed Mar 13 15:56:32 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Opdenacker X-Patchwork-Id: 40898 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 A9949C54E66 for ; Wed, 13 Mar 2024 15:56:42 +0000 (UTC) Received: from relay3-d.mail.gandi.net (relay3-d.mail.gandi.net [217.70.183.195]) by mx.groups.io with SMTP id smtpd.web10.20926.1710345396834146284 for ; Wed, 13 Mar 2024 08:56:37 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@bootlin.com header.s=gm1 header.b=kGC0UxS3; spf=pass (domain: bootlin.com, ip: 217.70.183.195, mailfrom: michael.opdenacker@bootlin.com) Received: by mail.gandi.net (Postfix) with ESMTPSA id E0F0560004; Wed, 13 Mar 2024 15:56:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1710345395; 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; bh=JEv50lqDaR3qvb2SBF6Y5bpGjg6IGhH0G/X4snVkn3s=; b=kGC0UxS3isaHRkkt+OznCW9sV5RezFy3nzsvIugVmqc0XBLE0DNWh1Ia3pcsWRIkndTDWB xp8GcbI7Ihj6W33HMq/0ZDtvMZtejDtB6Ip+BuyPavHiS5XFVSFY+aV3WhD/i/JIerb3Wv JsbHDziubmbO20iChb8DODaj7atQm3dT07CvxW0HB0xev0ELktWld9ASzG1uFaKm4JC0qM YnLH20o01d54En1yzv+E++MkIHg3T6w/0z8hZkRQYfhnABsJ621Pt91YhsZ2VVFxzYNbeu 6Rg0gtuEwq+ocBpN92xr2AmssTZCrDhMSY3kqCfdxltOYDQ9iuEg0P1NOTUVEQ== From: michael.opdenacker@bootlin.com To: docs@lists.yoctoproject.org Cc: Michael Opdenacker Subject: [PATCH] documentation: Makefile: remove releases.rst in "make clean" Date: Wed, 13 Mar 2024 16:56:32 +0100 Message-Id: <20240313155632.58495-1-michael.opdenacker@bootlin.com> X-Mailer: git-send-email 2.34.1 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 ; Wed, 13 Mar 2024 15:56:42 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/docs/message/4953 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 60268e955c..f3b775b3ec 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