update doc structure

This commit is contained in:
2026-09-24 13:54:28 +08:00
parent 0d42dc5acc
commit 685b4135df
93 changed files with 190 additions and 12735 deletions
+4 -1
View File
@@ -41,7 +41,10 @@ package() {
install -Dm644 "$_fds_source/LICENSE" "$pkgdir/usr/share/licenses/fds-tools/LICENSE"
install -Dm644 "$srcdir/RUST-NOTICES.txt" "$pkgdir/usr/share/licenses/fds-tools/RUST-NOTICES.txt"
install -Dm644 "$_fds_source/README.md" "$pkgdir/usr/share/doc/fds-tools/README.md"
cp -a "$_fds_source/docs" "$pkgdir/usr/share/doc/fds-tools/"
# Package the authoritative manual without submodule Git metadata.
install -d "$pkgdir/usr/share/doc/fds-tools/fds-os.wiki"
install -m644 "$_fds_source/fds-os.wiki/"*.md "$_fds_source/fds-os.wiki/"*.png \
"$pkgdir/usr/share/doc/fds-tools/fds-os.wiki/"
# Ship source recipes, excluding any locally compiled example output.
local example
for example in hello report; do