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:
kleines Filmröllchen 2023-01-07 17:00:24 +01:00 committed by Linus Groh
parent e5988b4a0d
commit 76e601d758
Notes: sideshowbarker 2024-07-18 00:41:35 +09:00

View File

@ -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