From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 03370158042 for ; Tue, 29 Oct 2024 11:41:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 32220E07EF; Tue, 29 Oct 2024 11:41:41 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1E367E07EF for ; Tue, 29 Oct 2024 11:41:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 574FE3430CA for ; Tue, 29 Oct 2024 11:41:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BE185B03 for ; Tue, 29 Oct 2024 11:41:38 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1730200357.796e6b9c58c8310a1430b96b9504ffa379d5ca50.ulm@gentoo> Subject: [gentoo-commits] proj/devmanual:master commit in: bin/ X-VCS-Repository: proj/devmanual X-VCS-Files: bin/gen-eclass-html.sh X-VCS-Directories: bin/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 796e6b9c58c8310a1430b96b9504ffa379d5ca50 X-VCS-Branch: master Date: Tue, 29 Oct 2024 11:41:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: eca9a358-d632-4b29-8b10-8b2fc97c58ab X-Archives-Hash: 07d8ab7d74921be2d545e3ecc31fc0ae Message-ID: <20241029114138.sgwhMfWd2BtyH7ZC5m42hkzQ7Rt6x097W08IyGxvuZQ@z> commit: 796e6b9c58c8310a1430b96b9504ffa379d5ca50 Author: Ulrich Müller gentoo org> AuthorDate: Tue Oct 29 11:12:37 2024 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Tue Oct 29 11:12:37 2024 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=796e6b9c bin/gen-eclass-html.sh: Add local variables block for Emacs Signed-off-by: Ulrich Müller gentoo.org> bin/gen-eclass-html.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bin/gen-eclass-html.sh b/bin/gen-eclass-html.sh index cdd5244..b17fbc5 100755 --- a/bin/gen-eclass-html.sh +++ b/bin/gen-eclass-html.sh @@ -208,3 +208,8 @@ cat << 'EOF' >> "${OUTPUTDIR}"/text.xml || exit 1 EOF + +# Local Variables: +# tab-width: 4 +# indent-tabs-mode: t +# End: