diff options
author | P. J. McDermott <pjm@nac.net> | 2014-03-01 17:22:52 (EST) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2014-03-01 17:33:25 (EST) |
commit | dea7eed9d6d7ef8ec91af4b322fa752907095d92 (patch) | |
tree | c99b2404cfc18bb3a56d1ad4a95e028af1ed3d9a | |
parent | 1eccbd1e821d7eda1e74f94955d6ad8a34a8ae50 (diff) |
man/*1in: Use new build system macros.
-rw-r--r-- | man/oh-architecture.1in | 2 | ||||
-rw-r--r-- | man/oh-autobuild.1in | 2 | ||||
-rw-r--r-- | man/oh-autoclean.1in | 2 | ||||
-rw-r--r-- | man/oh-autoconfigure.1in | 2 | ||||
-rw-r--r-- | man/oh-autoinstall.1in | 2 | ||||
-rw-r--r-- | man/oh-autotest.1in | 2 | ||||
-rw-r--r-- | man/oh-fixperms.1in | 2 | ||||
-rw-r--r-- | man/oh-installfiles.1in | 2 | ||||
-rw-r--r-- | man/oh-strip.1in | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/man/oh-architecture.1in b/man/oh-architecture.1in index fbe42b2..fd40a9f 100644 --- a/man/oh-architecture.1in +++ b/man/oh-architecture.1in @@ -1,6 +1,6 @@ .\" Author: Patrick "P. J." McDermott .TH oh-architecture 1 \ -"2012-11-15" "@@PACKAGE_NAME@@-@@PACKAGE_VERSION@@" "@@PACKAGE_DESCRIPTION@@" +"2012-11-15" "@PACKAGE@-@PACKAGE_VERSION@" "@PACKAGE_NAME@" .SH NAME oh-architecture \- Print build system architecture names. diff --git a/man/oh-autobuild.1in b/man/oh-autobuild.1in index a3a43bc..abc476e 100644 --- a/man/oh-autobuild.1in +++ b/man/oh-autobuild.1in @@ -1,6 +1,6 @@ .\" Author: Patrick "P. J." McDermott .TH oh-autobuild 1 \ -"2012-11-14" "@@PACKAGE_NAME@@-@@PACKAGE_VERSION@@" "@@PACKAGE_DESCRIPTION@@" +"2012-11-14" "@PACKAGE@-@PACKAGE_VERSION@" "@PACKAGE_NAME@" .SH NAME oh-autobuild \- Automatically build a package. diff --git a/man/oh-autoclean.1in b/man/oh-autoclean.1in index 1f45132..886482d 100644 --- a/man/oh-autoclean.1in +++ b/man/oh-autoclean.1in @@ -1,6 +1,6 @@ .\" Author: Patrick "P. J." McDermott .TH oh-autoclean 1 \ -"2012-11-14" "@@PACKAGE_NAME@@-@@PACKAGE_VERSION@@" "@@PACKAGE_DESCRIPTION@@" +"2012-11-14" "@PACKAGE@-@PACKAGE_VERSION@" "@PACKAGE_NAME@" .SH NAME oh-autoclean \- Automatically clean up a package's built files. diff --git a/man/oh-autoconfigure.1in b/man/oh-autoconfigure.1in index ef19201..afa2acc 100644 --- a/man/oh-autoconfigure.1in +++ b/man/oh-autoconfigure.1in @@ -1,6 +1,6 @@ .\" Author: Patrick "P. J." McDermott .TH oh-autoconfigure 1 \ -"2012-11-15" "@@PACKAGE_NAME@@-@@PACKAGE_VERSION@@" "@@PACKAGE_DESCRIPTION@@" +"2012-11-15" "@PACKAGE@-@PACKAGE_VERSION@" "@PACKAGE_NAME@" .SH NAME oh-autoconfigure \- Automatically configure a package to be built. diff --git a/man/oh-autoinstall.1in b/man/oh-autoinstall.1in index 10affef..7150e31 100644 --- a/man/oh-autoinstall.1in +++ b/man/oh-autoinstall.1in @@ -1,6 +1,6 @@ .\" Author: Patrick "P. J." McDermott .TH oh-autoinstall 1 \ -"2012-11-14" "@@PACKAGE_NAME@@-@@PACKAGE_VERSION@@" "@@PACKAGE_DESCRIPTION@@" +"2012-11-14" "@PACKAGE@-@PACKAGE_VERSION@" "@PACKAGE_NAME@" .SH NAME oh-autoinstall \- Automatically install a package's data files. diff --git a/man/oh-autotest.1in b/man/oh-autotest.1in index dc3808b..9d2f737 100644 --- a/man/oh-autotest.1in +++ b/man/oh-autotest.1in @@ -1,6 +1,6 @@ .\" Author: Patrick "P. J." McDermott .TH oh-autotest 1 \ -"2012-10-22" "@@PACKAGE_NAME@@-@@PACKAGE_VERSION@@" "@@PACKAGE_DESCRIPTION@@" +"2012-10-22" "@PACKAGE@-@PACKAGE_VERSION@" "@PACKAGE_NAME@" .SH NAME oh-autotest \- Automatically run a package's test suites. diff --git a/man/oh-fixperms.1in b/man/oh-fixperms.1in index 70a3e9e..c5bd61f 100644 --- a/man/oh-fixperms.1in +++ b/man/oh-fixperms.1in @@ -1,6 +1,6 @@ .\" Author: Patrick "P. J." McDermott .TH oh-fixperms 1 \ -"2012-10-22" "@@PACKAGE_NAME@@-@@PACKAGE_VERSION@@" "@@PACKAGE_DESCRIPTION@@" +"2012-10-22" "@PACKAGE@-@PACKAGE_VERSION@" "@PACKAGE_NAME@" .SH NAME oh-fixperms \- Fix permissions and ownerships of data files. diff --git a/man/oh-installfiles.1in b/man/oh-installfiles.1in index 68434b9..b3538c0 100644 --- a/man/oh-installfiles.1in +++ b/man/oh-installfiles.1in @@ -1,6 +1,6 @@ .\" Author: Patrick "P. J." McDermott .TH oh-installfiles 1 \ -"2012-10-21" "@@PACKAGE_NAME@@-@@PACKAGE_VERSION@@" "@@PACKAGE_DESCRIPTION@@" +"2012-10-21" "@PACKAGE@-@PACKAGE_VERSION@" "@PACKAGE_NAME@" .SH NAME oh-installfiles \- Install files into binary package data directories. diff --git a/man/oh-strip.1in b/man/oh-strip.1in index 52d75f3..bb3f764 100644 --- a/man/oh-strip.1in +++ b/man/oh-strip.1in @@ -1,6 +1,6 @@ .\" Author: Patrick "P. J." McDermott .TH oh-strip 1 \ -"2012-10-21" "@@PACKAGE_NAME@@-@@PACKAGE_VERSION@@" "@@PACKAGE_DESCRIPTION@@" +"2012-10-21" "@PACKAGE@-@PACKAGE_VERSION@" "@PACKAGE_NAME@" .SH NAME oh-strip \- Strip binary objects of symbols. |