1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 21:57:43 +00:00

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

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