mention manual handling of man pages
This commit is contained in:
parent
35708350d1
commit
3683443505
|
@ -1,6 +1,6 @@
|
|||
#! /bin/sh
|
||||
#
|
||||
# $NetBSD: ntp2netbsd,v 1.3 2012/01/31 20:05:13 kardel Exp $
|
||||
# $NetBSD: ntp2netbsd,v 1.4 2013/12/28 03:29:46 christos Exp $
|
||||
#
|
||||
# Copyright (c) 1998, 1999 The NetBSD Foundation, Inc.
|
||||
# All rights reserved.
|
||||
|
@ -58,6 +58,8 @@
|
|||
# - check for and remove img tags in html docs.
|
||||
# - update distrib/sets if necessary.
|
||||
# - update src/external/bsd/ntp/importdate to match the date of this import
|
||||
# - build in the original distribution directory, then copy all the
|
||||
# generated man pages in the respective program directories
|
||||
#
|
||||
if [ $# -ne 2 ]; then echo "ntp2netbsd src dest"; exit 1; fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue