summaryrefslogtreecommitdiff
path: root/gnu/usr.bin
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2016-09-02 11:50:49 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2016-09-02 11:50:49 +0000
commitf2cfca96ee4e6cabcf60e38aa46c00ec8480bf28 (patch)
treeb7e3e4f4d912e24da97a99db8615b6814c8dcfdc /gnu/usr.bin
parente7dab030d8d4c929bf2680d2fb77d69d42662294 (diff)
Make build deterministic by removing a line that records the date of
generation. From daniel, ok tb
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r--gnu/usr.bin/texinfo/util/gen-dir-node6
1 files changed, 2 insertions, 4 deletions
diff --git a/gnu/usr.bin/texinfo/util/gen-dir-node b/gnu/usr.bin/texinfo/util/gen-dir-node
index 5349d568d65..1bf99499d94 100644
--- a/gnu/usr.bin/texinfo/util/gen-dir-node
+++ b/gnu/usr.bin/texinfo/util/gen-dir-node
@@ -1,5 +1,5 @@
#!/bin/sh
-# $Id: gen-dir-node,v 1.5 2006/07/17 16:12:36 espie Exp $
+# $Id: gen-dir-node,v 1.6 2016/09/02 11:50:48 tb Exp $
# Generate the top-level Info node, given a directory of Info files
# and (optionally) a skeleton file. The output will be suitable for a
# top-level dir file. The skeleton file contains info topic names in the
@@ -47,11 +47,9 @@ fi
### output the dir header
echo "-*- Text -*-"
echo "This file was generated automatically by $0."
-echo "This version was generated on `date`"
-echo "by `whoami`@`hostname` for `(cd ${INFODIR}; pwd)`"
cat << moobler
-\$Id: gen-dir-node,v 1.5 2006/07/17 16:12:36 espie Exp $
+\$Id: gen-dir-node,v 1.6 2016/09/02 11:50:48 tb Exp $
This is the file .../info/dir, which contains the topmost node of the
Info hierarchy. The first time you invoke Info you start off
looking at that node, which is (dir)Top.