]> diplodocus.org Git - nmh/blobdiff - man/mh-chart-gen.sh
Editing of man/mh-tailor.man.
[nmh] / man / mh-chart-gen.sh
index e0afd409ffe444fcd2cd9b35df1c6636759823a5..712c6cc67271188595d581184c14ac42f23f7d1f 100755 (executable)
@@ -2,12 +2,16 @@
 #
 # Generates mh-chart.man from other .man files that have a SYNOPSIS
 # section.
 #
 # Generates mh-chart.man from other .man files that have a SYNOPSIS
 # section.
+#
+# This code is Copyright (c) 2012, by the authors of nmh.
+# See the COPYRIGHT file in the root directory of the nmh
+# distribution for complete copyright information.
 
 nmhmandir=`dirname $0`
 
 # The following ensures the generated date field in the manpage is divorced
 # from the local build environment when building distribution packages.
 
 nmhmandir=`dirname $0`
 
 # The following ensures the generated date field in the manpage is divorced
 # from the local build environment when building distribution packages.
-export LC_TIME=C
+LC_TIME=C; export LC_TIME
 unset LANG
 datestamp=`date '+%B %d, %Y'`
 
 unset LANG
 datestamp=`date '+%B %d, %Y'`
 
@@ -40,5 +44,6 @@ cat <<'EOF'
 .ad
 
 .SH "SEE ALSO"
 .ad
 
 .SH "SEE ALSO"
-nmh(7)
+.IR nmh (7),
+.IR mh\-mime (7)
 EOF
 EOF