muon/tools/ci/prepare_release_docs.sh
Stone Tickle e3525d7400
move non yaml files out of .builds
This should hopefully fix CI from lists.sr.ht.
2023-10-29 07:36:36 -04:00

20 lines
349 B
Bash
Executable File

#!/bin/sh
# SPDX-FileCopyrightText: Stone Tickle <lattis@mochiro.moe>
# SPDX-License-Identifier: GPL-3.0-only
set -eux
build=$1
cd "$build/doc"
mkdir man
cp meson.build.5 muon.1 man
tar cvf man.tar man/*
gzip man.tar
mkdir docs
cp website/status.css docs
mv website/status.html man.tar.gz docs
rm -r website/version_info.py website/__pycache__