diff options
author | ru <ru@FreeBSD.org> | 2000-01-19 19:18:50 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2000-01-19 19:18:50 +0000 |
commit | 1ac5a2b5a097eba5e809905e4d8157c36685c61b (patch) | |
tree | 5666a9ba9110d00feec3c840c5d9d30d412fb916 /share/Makefile | |
parent | 28f55e3f8e60b6cedb005e86c571bd8dca4ccbc4 (diff) | |
download | FreeBSD-src-1ac5a2b5a097eba5e809905e4d8157c36685c61b.zip FreeBSD-src-1ac5a2b5a097eba5e809905e4d8157c36685c61b.tar.gz |
New install-info(1) correctly fails to install ENTRY for file FOO
if ENTRY already exists for file FOO2 in /usr/share/info/dir.
So, re-init /usr/share/info/dir unconditionally at installworld.
Diffstat (limited to 'share/Makefile')
-rw-r--r-- | share/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/share/Makefile b/share/Makefile index f7f5ef1..fa7c5f9 100644 --- a/share/Makefile +++ b/share/Makefile @@ -1,7 +1,9 @@ # @(#)Makefile 8.1 (Berkeley) 6/5/93 # $FreeBSD$ -SUBDIR= colldef dict doc examples info isdn man me misc mk mklocale skel \ +# Do not include `info' in the SUBDIR list, it is handled separately. + +SUBDIR= colldef dict doc examples isdn man me misc mk mklocale skel \ syscons tabset termcap timedef zoneinfo .include <bsd.subdir.mk> |