Commit fae35da4 authored by Miguel Ojeda's avatar Miguel Ojeda Committed by Jonathan Corbet

docs: move Linux logo into a new `images` folder

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: default avatarJonathan Corbet <corbet@lwn.net>
Signed-off-by: default avatarMiguel Ojeda <ojeda@kernel.org>
Link: https://lore.kernel.org/r/20220528153132.8636-1-ojeda@kernel.orgSigned-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent 938285a1
#!/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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment