From 15ebc5df5b09272284f66ec18f9104d36687aa42 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Mon, 15 Dec 2025 16:00:27 +0900 Subject: [PATCH] Cargo.toml: (deb) install documentation --- Cargo.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 0e195e6..b56eaa4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -147,6 +147,16 @@ assets = [ "usr/share/fish/vendor_completions.d/", "644", ], + [ + "README.md", + "usr/share/doc/muscl/", + "644", + ], + [ + "docs/*.md", + "usr/share/doc/muscl/docs/", + "644", + ], ] preserve-symlinks = true maintainer-scripts = "debian/"