All of lore.kernel.org
 help / color / mirror / Atom feed
From: Miguel Ojeda <ojeda@kernel.org>
To: Jonathan Corbet <corbet@lwn.net>
Cc: Garrett LeSage <garrett@lesage.us>,
	IFo Hancroft <contact@ifohancroft.com>,
	linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org,
	Miguel Ojeda <ojeda@kernel.org>
Subject: [PATCH v2 1/2] docs: move Linux logo into a new `images` folder
Date: Sat, 28 May 2022 17:31:31 +0200	[thread overview]
Message-ID: <20220528153132.8636-1-ojeda@kernel.org> (raw)

Having assets in the top-level `Documentation` directory can make
it harder to find the documents one needs, especially if we want
to add more of them later on.

Instead, create a new `images` folder inside it that is used
to hold assets such as logos.

In addition, update the reference in `scripts/spdxcheck-test.sh`.

Link: https://lore.kernel.org/lkml/8735hicoy7.fsf@meer.lwn.net/
Suggested-by: Jonathan Corbet <corbet@lwn.net>
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
---
v1: https://lore.kernel.org/lkml/20220510172530.29704-1-ojeda@kernel.org/
v2:
  - Added the `scripts/spdxcheck-test.sh` reference update, as noticed
    by Jonathan Corbet.

  |   0
 Documentation/{ => images}/logo.gif     | Bin
 scripts/spdxcheck-test.sh               |   2 +-
 3 files changed, 1 insertion(+), 1 deletion(-)
 rename Documentation/{ => images}/COPYING-logo (100%)
 rename Documentation/{ => images}/logo.gif (100%)

diff --git a/Documentation/COPYING-logo b/Documentation/images/COPYING-logo
similarity index 100%
rename from Documentation/COPYING-logo
rename to Documentation/images/COPYING-logo
diff --git a/Documentation/logo.gif b/Documentation/images/logo.gif
similarity index 100%
rename from Documentation/logo.gif
rename to Documentation/images/logo.gif
diff --git a/scripts/spdxcheck-test.sh b/scripts/spdxcheck-test.sh
index cb76324756bd..9f6d1a74da6e 100644
--- a/scripts/spdxcheck-test.sh
+++ b/scripts/spdxcheck-test.sh
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 # run check on a text and a binary file
-for FILE in Makefile Documentation/logo.gif; do
+for FILE in Makefile Documentation/images/logo.gif; do
 	python3 scripts/spdxcheck.py $FILE
 	python3 scripts/spdxcheck.py - < $FILE
 done

base-commit: 4b0986a3613c92f4ec1bdc7f60ec66fea135991f
-- 
2.36.1


             reply	other threads:[~2022-05-28 15:31 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-28 15:31 Miguel Ojeda [this message]
2022-05-28 15:31 ` [PATCH v2 2/2] docs: add SVG version of the Linux logo Miguel Ojeda
2022-06-02  7:39   ` Geert Uytterhoeven
2022-05-29  0:24 ` [PATCH v2 1/2] docs: move Linux logo into a new `images` folder Bagas Sanjaya
2022-05-29 14:27   ` Jonathan Corbet
2022-06-01 15:33 ` Jonathan Corbet

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220528153132.8636-1-ojeda@kernel.org \
    --to=ojeda@kernel.org \
    --cc=contact@ifohancroft.com \
    --cc=corbet@lwn.net \
    --cc=garrett@lesage.us \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.