update doc structure
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user