Meta/build-manpages-website: Copy all manpage PNGs
This will allow using images in manpages elsewhere in the future without adjusting the PNG copying command. rsync unfortunately cannot place all files into the root folder when receiving a list of files via --files-from=-.
This commit is contained in:
parent
e5988b4a0d
commit
76e601d758
Notes:
sideshowbarker
2024-07-18 00:41:35 +09:00
Author: https://github.com/kleinesfilmroellchen Commit: https://github.com/SerenityOS/serenity/commit/76e601d758 Pull-request: https://github.com/SerenityOS/serenity/pull/16885 Reviewed-by: https://github.com/linusg
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ pandoc -f gfm -t html5 -s \
|
|||
echo 'Copying images'
|
||||
rsync -a Meta/Websites/man.serenityos.org/banner.png output/ &
|
||||
rsync -a Base/usr/share/man/man7/LibDSP_classes.svg output/ &
|
||||
rsync -a Base/usr/share/man/man1/*.png output/ &
|
||||
find Base/usr/share/man/ -iname '*.png' -exec rsync -a {} output/ \; &
|
||||
|
||||
# Copy icons
|
||||
mkdir output/icons
|
||||
|
|
Loading…
Add table
Reference in a new issue