diff options
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | man/local.mk | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -41,6 +41,11 @@ Build system: * configure now checks for fakeroot and touch (preferably with the "-h" option). +Documentation: + + * The manual is now called "OPK Build System" instead of the ambiguous + "Distribution Build System". + [1]: https://reproducible-builds.org/specs/source-date-epoch/ opkbuild version 4.0.2 diff --git a/man/local.mk b/man/local.mk index 7a47bdb..c04b83a 100644 --- a/man/local.mk +++ b/man/local.mk @@ -15,7 +15,7 @@ # You should have received a copy of the GNU General Public License # along with opkbuild. If not, see <http://www.gnu.org/licenses/>. -MANUAL = Distribution Build System +MANUAL = OPK Build System man1_sources = \ %reldir%/opkbuild.1in \ |