Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/ntp mention manual handling of man pages



details:   https://anonhg.NetBSD.org/src/rev/737d454ab533
branches:  trunk
changeset: 325534:737d454ab533
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Dec 28 03:29:46 2013 +0000

description:
mention manual handling of man pages

diffstat:

 external/bsd/ntp/ntp2netbsd |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 0ab90a7ac3f5 -r 737d454ab533 external/bsd/ntp/ntp2netbsd
--- a/external/bsd/ntp/ntp2netbsd       Sat Dec 28 03:27:01 2013 +0000
+++ b/external/bsd/ntp/ntp2netbsd       Sat Dec 28 03:29:46 2013 +0000
@@ -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
 



Home | Main Index | Thread Index | Old Index