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:
parent
e5988b4a0d
commit
76e601d758
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
Add a link
Reference in a new issue