From 4b3670fc6b037911be8a1320b5994eb89886e41f Mon Sep 17 00:00:00 2001 From: Qrius Date: Thu, 26 Sep 2024 00:11:05 +0200 Subject: Add man pages, add array function to SMP --- packaging/package_debian.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'packaging/package_debian.sh') diff --git a/packaging/package_debian.sh b/packaging/package_debian.sh index 73ad0cc..920574f 100755 --- a/packaging/package_debian.sh +++ b/packaging/package_debian.sh @@ -18,7 +18,8 @@ mkdir -p ${mandir} cp -r packaging/DEBIAN ${dir}/DEBIAN cp target/release/skaldpress ${bindir}/skaldpress -#cp skaldpress.1 ${mandir}/skaldpress.1 +cp skaldpress.1 ${mandir}/skaldpress.1 +cp smp.1 ${mandir}/smp.1 cd ${tmpdir} dpkg-deb --build skaldpress -- cgit v1.2.3