From 38f470f170fde9dc01585a4bcf28873ff6957f6c Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Tue, 5 Oct 2010 21:41:33 -0400 Subject: [PATCH] manpage for nd-autoinstall --- debian/neurodebian-desktop.manpages | 1 + debian/neurodebian-dev.manpages | 2 +- debian/rules | 2 ++ 3 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 debian/neurodebian-desktop.manpages diff --git a/debian/neurodebian-desktop.manpages b/debian/neurodebian-desktop.manpages new file mode 100644 index 0000000..06ff84c --- /dev/null +++ b/debian/neurodebian-desktop.manpages @@ -0,0 +1 @@ +build/man/nd-* diff --git a/debian/neurodebian-dev.manpages b/debian/neurodebian-dev.manpages index b19f8c8..16ae565 100644 --- a/debian/neurodebian-dev.manpages +++ b/debian/neurodebian-dev.manpages @@ -1 +1 @@ -build/man/* +build/man/backport* diff --git a/debian/rules b/debian/rules index e18173a..9c7a1cb 100755 --- a/debian/rules +++ b/debian/rules @@ -24,6 +24,8 @@ override_dh_auto_build:: [ ! -d build/man ] && mkdir -p build/man help2man -h '--verbose-help' --no-info tools/backport-dsc \ -n "backport Debian source packages" > build/man/backport-dsc.1 + help2man --no-info tools/nd-autoinstall \ + -n "install (if necessary) and run an application" > build/man/nd-autoinstall.1 override_dh_auto_install:: -- 2.39.5