diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-03-16 01:17:59 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-03-16 01:20:30 (EDT) |
commit | 3675ebb7d7327f38a12ecd69c7f49131bcca8c41 (patch) | |
tree | c09ddcc5a7bbd91871bd55ee3506c323ab3c23c3 | |
parent | 868208db660a92b9f32bb62d9e05c92fb2473434 (diff) |
man/o*: Use @SOURCE@ and @MANUAL@ macros
-rw-r--r-- | man/ob-applypatches.1in | 2 | ||||
-rw-r--r-- | man/ob-buildopk.1in | 2 | ||||
-rw-r--r-- | man/ob-checkbuilddeps.1in | 2 | ||||
-rw-r--r-- | man/ob-gencontrol.1in | 2 | ||||
-rw-r--r-- | man/ob-installdocs.1in | 2 | ||||
-rw-r--r-- | man/ob-installplatconf.1in | 2 | ||||
-rw-r--r-- | man/opkbuild.1in | 2 | ||||
-rw-r--r-- | man/opkbuild.7in | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/man/ob-applypatches.1in b/man/ob-applypatches.1in index 4d8ab09..aaecdb3 100644 --- a/man/ob-applypatches.1in +++ b/man/ob-applypatches.1in @@ -1,5 +1,5 @@ .TH OB-APPLYPATCHES 1 \ -"2012-03-21" "@@PACKAGE@@-@@VERSION@@" "opkg Build Helper Tools" +"2012-03-21" "@SOURCE@" "@MANUAL@" .SH NAME ob-applypatches \- Apply patches to source code diff --git a/man/ob-buildopk.1in b/man/ob-buildopk.1in index 9209715..399cd1c 100644 --- a/man/ob-buildopk.1in +++ b/man/ob-buildopk.1in @@ -1,5 +1,5 @@ .TH OB-BUILDOPK 1 \ -"2012-03-21" "@@PACKAGE@@-@@VERSION@@" "opkg Build Helper Tools" +"2012-03-21" "@SOURCE@" "@MANUAL@" .SH NAME ob-buildopk \- Pack binary package files into an opk file diff --git a/man/ob-checkbuilddeps.1in b/man/ob-checkbuilddeps.1in index 30d3cc0..6c1c9f1 100644 --- a/man/ob-checkbuilddeps.1in +++ b/man/ob-checkbuilddeps.1in @@ -1,5 +1,5 @@ .TH OB-CHECKBUILDDEPS 1 \ -"2012-03-21" "@@PACKAGE@@-@@VERSION@@" "opkg Build Helper Tools" +"2012-03-21" "@SOURCE@" "@MANUAL@" .SH NAME ob-checkbuilddeps \- Make sure that package build dependencies are installed diff --git a/man/ob-gencontrol.1in b/man/ob-gencontrol.1in index 3d56dcc..e764d07 100644 --- a/man/ob-gencontrol.1in +++ b/man/ob-gencontrol.1in @@ -1,5 +1,5 @@ .TH OB-GENCONTROL 1 \ -"2012-03-21" "@@PACKAGE@@-@@VERSION@@" "opkg Build Helper Tools" +"2012-03-21" "@SOURCE@" "@MANUAL@" .SH NAME ob-gencontrol \- Generates a control directory with a control file and scripts diff --git a/man/ob-installdocs.1in b/man/ob-installdocs.1in index 5bb1b32..1d4fad8 100644 --- a/man/ob-installdocs.1in +++ b/man/ob-installdocs.1in @@ -1,5 +1,5 @@ .TH OB-INSTALLDOCS 1 \ -"2012-03-21" "@@PACKAGE@@-@@VERSION@@" "opkg Build Helper Tools" +"2012-03-21" "@SOURCE@" "@MANUAL@" .SH NAME ob-installdocs \- Install package documentation into a binary package staging diff --git a/man/ob-installplatconf.1in b/man/ob-installplatconf.1in index 8a4d805..62d01d0 100644 --- a/man/ob-installplatconf.1in +++ b/man/ob-installplatconf.1in @@ -1,5 +1,5 @@ .TH OB-INSTALLPLATCONF 1 \ -"2012-03-21" "@@PACKAGE@@-@@VERSION@@" "opkg Build Helper Tools" +"2012-03-21" "@SOURCE@" "@MANUAL@" .SH NAME ob-installplatconf \- Copy build-time or run-time platform configuration files diff --git a/man/opkbuild.1in b/man/opkbuild.1in index 79c8eee..4aa2d2c 100644 --- a/man/opkbuild.1in +++ b/man/opkbuild.1in @@ -1,5 +1,5 @@ .TH OPKBUILD 1 \ -"2012-05-22" "@@PACKAGE@@-@@VERSION@@" "opkg Build Helper Tools" +"2012-05-22" "@SOURCE@" "@MANUAL@" .SH NAME opkbuild \- Build opkg packages. diff --git a/man/opkbuild.7in b/man/opkbuild.7in index 10dc2d6..5683e35 100644 --- a/man/opkbuild.7in +++ b/man/opkbuild.7in @@ -1,5 +1,5 @@ .TH OPKHELPER 7 \ -"@@DATE@@" "@@PACKAGE_NAME@@-@@PACKAGE_VERSION@@" "opkg Build Helper Tools" +"@@DATE@@" "@SOURCE@" "@MANUAL@" .SH NAME opkhelper \- opkg build helper tools |