summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-10-11 11:31:48 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-10-11 11:31:48 (EDT)
commitf9d79e0111443866d7c459f83ae5d41d7f29526e (patch)
treeb17abf2ff86e0dae14b8a9bd8ffbcbb679846fbc /man
parent10efd7d832a44995732bb41e2d76de13f8f2cd8c (diff)
Remove old manual pages.
Diffstat (limited to 'man')
-rw-r--r--man/oh-applypatches.1.in31
-rw-r--r--man/oh-buildopk.1.in36
-rw-r--r--man/oh-checkbuilddeps.1.in53
-rw-r--r--man/oh-copyconfig.1.in31
-rw-r--r--man/oh-gencontrol.1.in38
-rw-r--r--man/oh-installdocs.1.in35
-rw-r--r--man/oh_changelog_parse.3.in33
-rw-r--r--man/oh_error.3.in44
-rw-r--r--man/oh_help.3.in33
-rw-r--r--man/oh_info.3.in43
-rw-r--r--man/oh_locale_set.3.in43
-rw-r--r--man/oh_usage.3.in33
-rw-r--r--man/oh_version.3.in33
-rw-r--r--man/oh_warn.3.in43
-rw-r--r--man/opkbuild.1.in77
-rw-r--r--man/opkhelper.7.in237
16 files changed, 0 insertions, 843 deletions
diff --git a/man/oh-applypatches.1.in b/man/oh-applypatches.1.in
deleted file mode 100644
index 8f98f46..0000000
--- a/man/oh-applypatches.1.in
+++ /dev/null
@@ -1,31 +0,0 @@
-.\" Author: Patrick "P. J." McDermott
-.TH oh-applypatches 1 \
-"2012-03-21" "@@PACKAGE@@-@@VERSION@@" "opkg Build Helper Tools"
-
-.SH NAME
-oh-applypatches \- Apply patches to source code.
-
-.SH SYNOPSIS
-.B oh-applypatches
-
-.SH DESCRIPTION
-.B oh-applypatches
-applies to software source code any patch files found in the source package's
-.I patches
-directory. Patch files are applied in alphabetical order by name.
-
-.SH COPYRIGHT
-Copyright (C) 2012 Patrick "P. J." McDermott
-.sp
-This program is free software: you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation, either version 3 of the License, or
-(at your option) any later version.
-.sp
-This program is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-GNU General Public License for more details.
-.sp
-You should have received a copy of the GNU General Public License
-along with this program. If not, see <http://www.gnu.org/licenses/>.
diff --git a/man/oh-buildopk.1.in b/man/oh-buildopk.1.in
deleted file mode 100644
index fbad732..0000000
--- a/man/oh-buildopk.1.in
+++ /dev/null
@@ -1,36 +0,0 @@
-.\" Author: Patrick "P. J." McDermott
-.TH oh-buildopk 1 \
-"2012-03-21" "@@PACKAGE@@-@@VERSION@@" "opkg Build Helper Tools"
-
-.SH NAME
-oh-buildopk \- Pack binary package files into an opk file.
-
-.SH SYNOPSIS
-.B oh-buildopk
-.BR -s \ |
-.IR pkgname ...
-
-.SH DESCRIPTION
-.B oh-buildopk
-packs files in a binary package staging area into an opk file.
-
-.SH OPTIONS
-.TP
-.B \-s
-Build an opk file for the binary package that contains source packaging.
-
-.SH COPYRIGHT
-Copyright (C) 2012 Patrick "P. J." McDermott
-.sp
-This program is free software: you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation, either version 3 of the License, or
-(at your option) any later version.
-.sp
-This program is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-GNU General Public License for more details.
-.sp
-You should have received a copy of the GNU General Public License
-along with this program. If not, see <http://www.gnu.org/licenses/>.
diff --git a/man/oh-checkbuilddeps.1.in b/man/oh-checkbuilddeps.1.in
deleted file mode 100644
index d64f9a9..0000000
--- a/man/oh-checkbuilddeps.1.in
+++ /dev/null
@@ -1,53 +0,0 @@
-.\" Author: Patrick "P. J." McDermott
-.TH oh-checkbuilddeps 1 \
-"2012-03-21" "@@PACKAGE@@-@@VERSION@@" "opkg Build Helper Tools"
-
-.SH NAME
-oh-checkbuilddeps \- Make sure that package build dependencies are installed.
-
-.SH SYNOPSIS
-.B oh-checkbuilddeps
-.RB [ -s
-.IR status-override ]
-
-.SH DESCRIPTION
-.B oh-checkbuilddeps
-reads the `Build-Depends' field from the source package control and checks if
-each package in the field value is installed.
-
-.SH OPTIONS
-.TP
-.BI \-s \ status-override
-.RS
-A path to a file with a list of package names and versions to override that
-reported by
-.BR opkg .
-This is especially useful when manually resolving circular build dependencies.
-.sp
-The
-.I status-override
-file should contain zero or more lines of the form:
-.IP
-.I package-name package-version
-.P
-.I package-name
-is the name of the binary package.
-.I package-version
-is the version of the package.
-.RE
-
-.SH COPYRIGHT
-Copyright (C) 2012 Patrick "P. J." McDermott
-.sp
-This program is free software: you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation, either version 3 of the License, or
-(at your option) any later version.
-.sp
-This program is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-GNU General Public License for more details.
-.sp
-You should have received a copy of the GNU General Public License
-along with this program. If not, see <http://www.gnu.org/licenses/>.
diff --git a/man/oh-copyconfig.1.in b/man/oh-copyconfig.1.in
deleted file mode 100644
index e75479b..0000000
--- a/man/oh-copyconfig.1.in
+++ /dev/null
@@ -1,31 +0,0 @@
-.\" Author: Patrick "P. J." McDermott
-.TH oh-copyconfig 1 \
-"2012-03-21" "@@PACKAGE@@-@@VERSION@@" "opkg Build Helper Tools"
-
-.SH NAME
-oh-copyconfig \- Copy build-time or run-time platform configuration files.
-
-.SH SYNOPSIS
-.B oh-copyconfig
-
-.SH DESCRIPTION
-.B oh-copyconfig
-reads the
-.I config
-file in the source package and copies all listed platform configuration files.
-
-.SH COPYRIGHT
-Copyright (C) 2012 Patrick "P. J." McDermott
-.sp
-This program is free software: you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation, either version 3 of the License, or
-(at your option) any later version.
-.sp
-This program is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-GNU General Public License for more details.
-.sp
-You should have received a copy of the GNU General Public License
-along with this program. If not, see <http://www.gnu.org/licenses/>.
diff --git a/man/oh-gencontrol.1.in b/man/oh-gencontrol.1.in
deleted file mode 100644
index 4cdd3b2..0000000
--- a/man/oh-gencontrol.1.in
+++ /dev/null
@@ -1,38 +0,0 @@
-.\" Author: Patrick "P. J." McDermott
-.TH oh-gencontrol 1 \
-"2012-03-21" "@@PACKAGE@@-@@VERSION@@" "opkg Build Helper Tools"
-
-.SH NAME
-oh-gencontrol \- Generates a control directory with a control file and scripts.
-
-.SH SYNOPSIS
-.B oh-gencontrol
-.BR -s \ |
-.IR pkgname ...
-
-.SH DESCRIPTION
-.B oh-gencontrol
-makes a control directory for a package and populates it with the package's
-maintainer scripts and a generated control file.
-
-.SH OPTIONS
-.TP
-.B \-s
-Generate a control directory for the binary package that contains source
-packaging.
-
-.SH COPYRIGHT
-Copyright (C) 2012 Patrick "P. J." McDermott
-.sp
-This program is free software: you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation, either version 3 of the License, or
-(at your option) any later version.
-.sp
-This program is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-GNU General Public License for more details.
-.sp
-You should have received a copy of the GNU General Public License
-along with this program. If not, see <http://www.gnu.org/licenses/>.
diff --git a/man/oh-installdocs.1.in b/man/oh-installdocs.1.in
deleted file mode 100644
index 97750a2..0000000
--- a/man/oh-installdocs.1.in
+++ /dev/null
@@ -1,35 +0,0 @@
-.\" Author: Patrick "P. J." McDermott
-.TH oh-installdocs 1 \
-"2012-03-21" "@@PACKAGE@@-@@VERSION@@" "opkg Build Helper Tools"
-
-.SH NAME
-oh-installdocs \- Install package documentation into a binary package staging
-area.
-
-.SH SYNOPSIS
-.B oh-installdocs
-.IR providing_pkg
-
-.SH DESCRIPTION
-.B oh-installdocs
-copies package documentation files from the source package directory to the
-staging area of the providing binary package and makes links in all other binary
-packages to the provided documentation files. The providing binary package
-should be depended on by all other binary packages built by the same source
-package.
-
-.SH COPYRIGHT
-Copyright (C) 2012 Patrick "P. J." McDermott
-.sp
-This program is free software: you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation, either version 3 of the License, or
-(at your option) any later version.
-.sp
-This program is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-GNU General Public License for more details.
-.sp
-You should have received a copy of the GNU General Public License
-along with this program. If not, see <http://www.gnu.org/licenses/>.
diff --git a/man/oh_changelog_parse.3.in b/man/oh_changelog_parse.3.in
deleted file mode 100644
index 8c9f5fd..0000000
--- a/man/oh_changelog_parse.3.in
+++ /dev/null
@@ -1,33 +0,0 @@
-.TH oh_changelog_parse 3 \
-"@@DATE@@" "@@PACKAGE_NAME@@-@@PACKAGE_VERSION@@" "@@PACKAGE_DESCRIPTION@@"
-
-.SH NAME
-oh_changelog_parse - parse a changelog file
-
-.SH SYNOPSIS
-.B . @@LIBDIR@@/changelog
-.P
-.B oh_changelog_parse
-.I cb
-
-.SH DESCRIPTION
-
-.SH RETURN VALUE
-.BR oh_changelog_parse ()
-returns the number of changelog entries parsed.
-
-.SH COPYRIGHT
-Copyright (C) 2012 Patrick "P. J." McDermott
-.P
-This program is free software: you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation, either version 3 of the License, or
-(at your option) any later version.
-.P
-This program is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-GNU General Public License for more details.
-.P
-You should have received a copy of the GNU General Public License
-along with this program. If not, see <http://www.gnu.org/licenses/>.
diff --git a/man/oh_error.3.in b/man/oh_error.3.in
deleted file mode 100644
index 17f5324..0000000
--- a/man/oh_error.3.in
+++ /dev/null
@@ -1,44 +0,0 @@
-.TH oh_error 3 \
-"@@DATE@@" "@@PACKAGE_NAME@@-@@PACKAGE_VERSION@@" "@@PACKAGE_DESCRIPTION@@"
-
-.SH NAME
-oh_error - print an error message and exit
-
-.SH SYNOPSIS
-.B . @@LIBDIR@@/messages
-.P
-.B oh_error
-.I format
-.RI [ argument ]...
-
-.SH DESCRIPTION
-.BR oh_error ()
-prints
-.IR argument s
-according to
-.I format
-and then exits the application.
-.P
-See
-.BR printf (1)
-for the syntax of
-.IR format .
-
-.SH RETURN VALUE
-None.
-
-.SH COPYRIGHT
-Copyright (C) 2012 Patrick "P. J." McDermott
-.P
-This program is free software: you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation, either version 3 of the License, or
-(at your option) any later version.
-.P
-This program is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-GNU General Public License for more details.
-.P
-You should have received a copy of the GNU General Public License
-along with this program. If not, see <http://www.gnu.org/licenses/>.
diff --git a/man/oh_help.3.in b/man/oh_help.3.in
deleted file mode 100644
index ea6b297..0000000
--- a/man/oh_help.3.in
+++ /dev/null
@@ -1,33 +0,0 @@
-.TH oh_help 3 \
-"@@DATE@@" "@@PACKAGE_NAME@@-@@PACKAGE_VERSION@@" "@@PACKAGE_DESCRIPTION@@"
-
-.SH NAME
-oh_help - print the application help string
-
-.SH SYNOPSIS
-.B . @@LIBDIR@@/messages
-.P
-.B oh_help
-
-.SH DESCRIPTION
-.BR oh_help ()
-prints the application help string.
-
-.SH RETURN VALUE
-None.
-
-.SH COPYRIGHT
-Copyright (C) 2012 Patrick "P. J." McDermott
-.P
-This program is free software: you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation, either version 3 of the License, or
-(at your option) any later version.
-.P
-This program is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-GNU General Public License for more details.
-.P
-You should have received a copy of the GNU General Public License
-along with this program. If not, see <http://www.gnu.org/licenses/>.
diff --git a/man/oh_info.3.in b/man/oh_info.3.in
deleted file mode 100644
index b24c1a2..0000000
--- a/man/oh_info.3.in
+++ /dev/null
@@ -1,43 +0,0 @@
-.TH oh_info 3 \
-"@@DATE@@" "@@PACKAGE_NAME@@-@@PACKAGE_VERSION@@" "@@PACKAGE_DESCRIPTION@@"
-
-.SH NAME
-oh_info - print an informational message
-
-.SH SYNOPSIS
-.B . @@LIBDIR@@/messages
-.P
-.B oh_info
-.I format
-.RI [ argument ]...
-
-.SH DESCRIPTION
-.BR oh_info ()
-prints
-.IR argument s
-according to
-.IR format.
-.P
-See
-.BR printf (1)
-for the syntax of
-.IR format .
-
-.SH RETURN VALUE
-None.
-
-.SH COPYRIGHT
-Copyright (C) 2012 Patrick "P. J." McDermott
-.P
-This program is free software: you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation, either version 3 of the License, or
-(at your option) any later version.
-.P
-This program is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-GNU General Public License for more details.
-.P
-You should have received a copy of the GNU General Public License
-along with this program. If not, see <http://www.gnu.org/licenses/>.
diff --git a/man/oh_locale_set.3.in b/man/oh_locale_set.3.in
deleted file mode 100644
index 1a61dd5..0000000
--- a/man/oh_locale_set.3.in
+++ /dev/null
@@ -1,43 +0,0 @@
-.TH oh_locale_set 3 "@@DATE@@" "@@PACKAGE@@-@@VERSION@@" "@@DESCRIPTION@@"
-
-.SH NAME
-oh_locale_set - set the application locale
-
-.SH SYNOPSIS
-.B . @@LIBDIR@@/locale
-.P
-.B oh_set_locale
-.I locale
-
-.SH DESCRIPTION
-If
-.I locale
-is not null, the application's current locale is set to
-.IR locale .
-.P
-Otherwise, the locale is set to the first non-null value from
-.BR LC_ALL ,
-.BR LC_MESSAGES ,
-and
-.BR LANG .
-If no locale is found in the environment, the default application locale is
-used.
-
-.SH RETURN VALUE
-None.
-
-.SH COPYRIGHT
-Copyright (C) 2012 Patrick "P. J." McDermott
-.P
-This program is free software: you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation, either version 3 of the License, or
-(at your option) any later version.
-.P
-This program is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-GNU General Public License for more details.
-.P
-You should have received a copy of the GNU General Public License
-along with this program. If not, see <http://www.gnu.org/licenses/>.
diff --git a/man/oh_usage.3.in b/man/oh_usage.3.in
deleted file mode 100644
index b6557ce..0000000
--- a/man/oh_usage.3.in
+++ /dev/null
@@ -1,33 +0,0 @@
-.TH oh_usage 3 \
-"@@DATE@@" "@@PACKAGE_NAME@@-@@PACKAGE_VERSION@@" "@@PACKAGE_DESCRIPTION@@"
-
-.SH NAME
-oh_usage - print the application usage string
-
-.SH SYNOPSIS
-.B . @@LIBDIR@@/messages
-.P
-.B oh_usage
-
-.SH DESCRIPTION
-.BR oh_usage ()
-prints the application usage string.
-
-.SH RETURN VALUE
-None.
-
-.SH COPYRIGHT
-Copyright (C) 2012 Patrick "P. J." McDermott
-.P
-This program is free software: you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation, either version 3 of the License, or
-(at your option) any later version.
-.P
-This program is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-GNU General Public License for more details.
-.P
-You should have received a copy of the GNU General Public License
-along with this program. If not, see <http://www.gnu.org/licenses/>.
diff --git a/man/oh_version.3.in b/man/oh_version.3.in
deleted file mode 100644
index 1572a7f..0000000
--- a/man/oh_version.3.in
+++ /dev/null
@@ -1,33 +0,0 @@
-.TH oh_version 3 \
-"@@DATE@@" "@@PACKAGE_NAME@@-@@PACKAGE_VERSION@@" "@@PACKAGE_DESCRIPTION@@"
-
-.SH NAME
-oh_version - print the application version string
-
-.SH SYNOPSIS
-.B . @@LIBDIR@@/messages
-.P
-.B oh_version
-
-.SH DESCRIPTION
-.BR oh_version ()
-prints the application version string.
-
-.SH RETURN VALUE
-None.
-
-.SH COPYRIGHT
-Copyright (C) 2012 Patrick "P. J." McDermott
-.P
-This program is free software: you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation, either version 3 of the License, or
-(at your option) any later version.
-.P
-This program is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-GNU General Public License for more details.
-.P
-You should have received a copy of the GNU General Public License
-along with this program. If not, see <http://www.gnu.org/licenses/>.
diff --git a/man/oh_warn.3.in b/man/oh_warn.3.in
deleted file mode 100644
index e0376df..0000000
--- a/man/oh_warn.3.in
+++ /dev/null
@@ -1,43 +0,0 @@
-.TH oh_warn 3 \
-"@@DATE@@" "@@PACKAGE_NAME@@-@@PACKAGE_VERSION@@" "@@PACKAGE_DESCRIPTION@@"
-
-.SH NAME
-oh_warn - print a warning message
-
-.SH SYNOPSIS
-.B . @@LIBDIR@@/messages
-.P
-.B oh_warn
-.I format
-.RI [ argument ]...
-
-.SH DESCRIPTION
-.BR oh_warn ()
-prints
-.IR argument s
-according to
-.IR format .
-.P
-See
-.BR printf (1)
-for the syntax of
-.IR format .
-
-.SH RETURN VALUE
-None.
-
-.SH COPYRIGHT
-Copyright (C) 2012 Patrick "P. J." McDermott
-.P
-This program is free software: you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation, either version 3 of the License, or
-(at your option) any later version.
-.P
-This program is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-GNU General Public License for more details.
-.P
-You should have received a copy of the GNU General Public License
-along with this program. If not, see <http://www.gnu.org/licenses/>.
diff --git a/man/opkbuild.1.in b/man/opkbuild.1.in
deleted file mode 100644
index 59393f5..0000000
--- a/man/opkbuild.1.in
+++ /dev/null
@@ -1,77 +0,0 @@
-.\" Author: Patrick "P. J." McDermott
-.TH opkbuild 1 \
-"2012-05-22" "@@PACKAGE@@-@@VERSION@@" "opkg Build Helper Tools"
-
-.SH NAME
-opkbuild \- Build opkg packages.
-
-.SH SYNOPSIS
-.B opkbuild
-.RB [ -S | -b ]
-.RB [ -r
-.IR assume-uid0-cmd ]
-.RB [ -a
-.IR host-architecture ]
-.RB [ -p
-.IR host-platform ]
-.RB [ -s
-.IR status-override ]
-.RB [ -d ]
-
-.SH DESCRIPTION
-.B opkbuild
-builds binary packages from a source package.
-
-.SH OPTIONS
-.TP
-.BI \-S
-Build only the source package (no binary packages).
-.TP
-.BI \-b
-Build only the binary packages (no source package).
-.TP
-.BI \-r \ assume-uid0-cmd
-Assume user ID 0 using the specified command (default is
-.BR fakeroot ).
-.TP
-.BI \-a \ host-architecture
-The distribution architecture for which architecture-dependent packages should
-be built (default is the architecture
-.B opkg
-is configured to install).
-.TP
-.BI \-p \ host-platform
-The application platform for which platform-specific packages should be
-configured (default is the platform
-.B opkg
-is configured to install).
-.TP
-.BI \-s \ status-override
-A path to a file with a list of package names and versions to override that
-reported by
-.BR opkg .
-See
-.B oh-checkbuilddeps(1)
-for the syntax of this file.
-.TP
-.BI \-d
-Start a debugging shell if the package build fails.
-.TP
-.BI \-V
-Output version information and exit.
-
-.SH COPYRIGHT
-Copyright (C) 2012 Patrick "P. J." McDermott
-.sp
-This program is free software: you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation, either version 3 of the License, or
-(at your option) any later version.
-.sp
-This program is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-GNU General Public License for more details.
-.sp
-You should have received a copy of the GNU General Public License
-along with this program. If not, see <http://www.gnu.org/licenses/>.
diff --git a/man/opkhelper.7.in b/man/opkhelper.7.in
deleted file mode 100644
index ed5539a..0000000
--- a/man/opkhelper.7.in
+++ /dev/null
@@ -1,237 +0,0 @@
-.\" Author: Patrick "P. J." McDermott
-.TH opkhelper 7 \
-"@@DATE@@" "@@PACKAGE_NAME@@-@@PACKAGE_VERSION@@" "opkg Build Helper Tools"
-
-.SH NAME
-opkhelper \- opkg build helper tools
-
-.SH DESCRIPTION
-opkhelper is a set of programs to assist in building binary packages installable
-by the lightweight package manager
-.BR opkg .
-These tools are inspired by debhelper, a similar set of programs written
-primarily by Joey Hess for Debian.
-.sp
-opkhelper 2.0.x is designed to build source packages that comply with draft
-version 2.0 of the source package format at
-.IR http://specs.os.pehjota.net/source-package-format-2.0.html .
-
-.SH MAINTAINER AND PACKAGE INTERFACES
-opkhelper exposes various interfaces to users building packages and to packages
-themselves. Users generally just call
-.B opkbuild(1)
-to begin building packages. The
-.I build
-file of a package generally calls a number of opkhelper tools to help it manage
-and pack data and control files for packages. Additionally,
-.B opkbuild(1)
-documents the build environment by setting environment variables that are
-available to the
-.I build
-file and other opkhelper tools.
-
-.SH OPKHELPER COMMANDS
-.TP
-.B opkbuild(1)
-Build opkg packages.
-.sp
-Executed by the user to begin building packages.
-.TP
-.B oh-checkbuilddeps(1)
-Make sure that package build dependencies are installed.
-.sp
-Executed by
-.BR opkbuild(1) .
-.TP
-.B oh-applypatches(1)
-Apply patches to source code.
-.sp
-Executed by
-.BR opkbuild(1) .
-.TP
-.B oh-copyconfig(1)
-Copy build-time or run-time platform configuration files.
-.sp
-Executed by
-.BR opkbuild(1) .
-.TP
-.B oh-strip(1)
-Strip binary objects of symbols.
-.sp
-Generally executed by package
-.I build
-files.
-.TP
-.B oh-installfiles(1)
-Install files into a binary package staging area.
-.sp
-Generally executed by package
-.I build
-files.
-.TP
-.B oh-installdocs(1)
-Install package documentation into a binary package staging area.
-.sp
-Generally executed by package
-.I build
-files.
-.TP
-.B oh-gencontrol(1)
-Generates a control directory with a control file and scripts.
-.sp
-Generally executed by package
-.I build
-files.
-.TP
-.B oh-buildopk(1)
-Pack binary package files into an opk file.
-.sp
-Generally executed by package
-.I build
-files.
-
-.SH ENVIRONMENT VARIABLES
-opkbuild makes available to package
-.IR config and build
-files and other opkhelper tools a number of environment variables that describe
-the packages being built, the build and host systems, and the toolchain to be
-used. The difference between "build" and "host" systems follows the convention
-set by GNU Autoconf. The build system is the one on which software is built.
-The host system is the one on which software is to be run. For more information, see
-.IR https://www.gnu.org/software/autoconf/manual/autoconf.html#Specifying-Targe\
-t-Triplets .
-
-.SS PACKAGE
-.TP
-.B OH_SOURCE
-The source package name
-.TP
-.B OH_SOURCE_VERSION
-The source package version
-.TP
-.B OH_SOURCE_VERSION_UPSTREAM
-The upstream source package version (which may include a Software Inclusion
-Policy revision number)
-.TP
-.B OH_BINARY_VERSION
-The binary package version (which is different from
-.B OH_SOURCE_VERSION
-during a binary rebuild)
-
-.SS BUILD AND HOST SYSTEMS
-.TP
-.B OH_BUILD_ARCH
-Build system distribution architecture string
-.TP
-.B OH_BUILD_ARCH_CPU
-Build system CPU
-.TP
-.B OH_BUILD_ARCH_KERNEL
-Build system kernel
-.TP
-.B OH_BUILD_ARCH_LIBS
-Build system C/C++ libraries
-.TP
-.B OH_BUILD_PLATFORM
-Build system application platform
-.TP
-.B OH_BUILD_ARCH_GNU
-Build system GNU system type
-.TP
-.B OH_BUILD_ARCH_KBUILD
-Build system kbuild srchitecture name
-.sp
-This is deprecated.
-.TP
-.B OH_HOST_ARCH
-Host system distribution architecture string
-.TP
-.B OH_HOST_ARCH_CPU
-Host system CPU
-.TP
-.B OH_HOST_ARCH_KERNEL
-Host system kernel
-.TP
-.B OH_HOST_ARCH_LIBS
-Host system C/C++ libraries
-.TP
-.B OH_HOST_PLATFORM
-Host system application platform
-.TP
-.B OH_HOST_ARCH_GNU
-Host system GNU system type
-.TP
-.B OH_HOST_ARCH_KBUILD
-Host system kbuild srchitecture name
-.sp
-This is deprecated.
-.TP
-.B ARCH
-Host system architecture name as used by kbuild.
-.sp
-This is deprecated.
-
-.SS TOOLS
-.TP
-.B AR
-"ar" with cross toolchain prefix
-.TP
-.B AS
-"as" with cross toolchain prefix
-.TP
-.B CC
-"gcc" with cross toolchain prefix
-.TP
-.B CPP
-"cpp" with cross toolchain prefix
-.TP
-.B CXX
-"g++" with cross toolchain prefix
-.TP
-.B LD
-"ld" with cross toolchain prefix
-.TP
-.B NM
-"nm" with cross toolchain prefix
-.TP
-.B OBJCOPY
-"objcopy" with cross toolchain prefix
-.TP
-.B OBJDUMP
-"objdump" with cross toolchain prefix
-.TP
-.B RANLIB
-"ranlib" with cross toolchain prefix
-.TP
-.B READELF
-"readelf" with cross toolchain prefix
-.TP
-.B SIZE
-"size" with cross toolchain prefix
-.TP
-.B STRINGS
-"strings" with cross toolchain prefix
-.TP
-.B STRIP
-"strip" with cross toolchain prefix
-.TP
-.B CROSS_COMPILE
-Cross toolchain prefix as used by kbuild.
-.sp
-This is deprecated.
-
-.SH COPYRIGHT
-Copyright (C) 2012 Patrick "P. J." McDermott
-.sp
-This program is free software: you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation, either version 3 of the License, or
-(at your option) any later version.
-.sp
-This program is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-GNU General Public License for more details.
-.sp
-You should have received a copy of the GNU General Public License
-along with this program. If not, see <http://www.gnu.org/licenses/>.