mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 05:17:34 +00:00
Meta: Update manpages website build script to handle non-icon images
Adding an image to man7/Audio-subsystem.md referencing a non-icon image file in the same directory broke the automated build of the manpages website, which was not prepared to handle this case.
This commit is contained in:
parent
9e694c9d83
commit
f377951178
2 changed files with 9 additions and 0 deletions
|
@ -105,6 +105,7 @@ pandoc -f gfm -t html5 -s \
|
|||
|
||||
# Copy pre-made files
|
||||
cp Meta/Websites/man.serenityos.org/banner.png output/
|
||||
cp Base/usr/share/man/man7/LibDSP_classes.svg output/
|
||||
|
||||
# Copy icons
|
||||
mkdir output/icons
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue