diff options
author | bde <bde@FreeBSD.org> | 1999-09-11 04:59:47 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1999-09-11 04:59:47 +0000 |
commit | 1745bea10c783838518fbb6198c97be566387ecf (patch) | |
tree | df5cf8691a488470ff69c75101c5426d890ea597 /share | |
parent | d55ab7716392740e736869e7a30dc61f78794c0a (diff) | |
download | FreeBSD-src-1745bea10c783838518fbb6198c97be566387ecf.zip FreeBSD-src-1745bea10c783838518fbb6198c97be566387ecf.tar.gz |
Fixed breakage of intro.1 -> introduction.1 link and minor disordering in
previous commit.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man1/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/share/man/man1/Makefile b/share/man/man1/Makefile index 6c7e4bc..1c69a7f 100644 --- a/share/man/man1/Makefile +++ b/share/man/man1/Makefile @@ -2,16 +2,15 @@ # $FreeBSD$ MAN1= builtin.1 intro.1 wait.1 -MLINKS= intro.1 introduction.1 # Create MLINKS for Shell built in commands for which there are no userland # utilities of the same name: MLINKS= builtin.1 alias.1 builtin.1 alloc.1 builtin.1 bg.1 \ builtin.1 break.1 builtin.1 breaksw.1 builtin.1 case.1 \ builtin.1 cd.1 builtin.1 chdir.1 builtin.1 command.1 \ - builtin.1 continue.1 builtin.1 cwd.1 builtin.1 do.1 \ - builtin.1 done.1 builtin.1 default.1 \ - builtin.1 dirs.1 builtin.1 elif.1 builtin.1 else.1 \ + builtin.1 continue.1 builtin.1 cwd.1 builtin.1 default.1 \ + builtin.1 dirs.1 builtin.1 do.1 builtin.1 done.1 \ + builtin.1 elif.1 builtin.1 else.1 \ builtin.1 end.1 builtin.1 endif.1 builtin.1 endsw.1 \ builtin.1 esac.1 builtin.1 eval.1 builtin.1 exec.1 \ builtin.1 exit.1 builtin.1 export.1 builtin.1 fc.1 \ @@ -31,4 +30,6 @@ MLINKS= builtin.1 alias.1 builtin.1 alloc.1 builtin.1 bg.1 \ builtin.1 unsetenv.1 builtin.1 until.1 builtin.1 wait.1 \ builtin.1 while.1 +MLINKS+=intro.1 introduction.1 + .include <bsd.prog.mk> |