]> git.saurik.com Git - apple/shell_cmds.git/blob - Makefile.postamble
shell_cmds-116.tar.gz
[apple/shell_cmds.git] / Makefile.postamble
1 include $(CoreOSMakefiles)/ProjectBuilder/Makefile.Postamble.Common
2
3 BUILTIN_LINKS = alias.1 \
4 alloc.1 \
5 bg.1 \
6 bind.1 \
7 bindkey.1 \
8 break.1 \
9 breaksw.1 \
10 builtins.1 \
11 case.1 \
12 cd.1 \
13 chdir.1 \
14 command.1 \
15 complete.1 \
16 continue.1 \
17 default.1 \
18 dirs.1 \
19 do.1 \
20 done.1 \
21 echotc.1 \
22 elif.1 \
23 else.1 \
24 end.1 \
25 endif.1 \
26 endsw.1 \
27 esac.1 \
28 eval.1 \
29 exec.1 \
30 exit.1 \
31 export.1 \
32 fc.1 \
33 fg.1 \
34 fi.1 \
35 filetest.1 \
36 for.1 \
37 foreach.1 \
38 getopts.1 \
39 glob.1 \
40 goto.1 \
41 hash.1 \
42 hashstat.1 \
43 history.1 \
44 hup.1 \
45 if.1 \
46 jobid.1 \
47 jobs.1 \
48 limit.1 \
49 log.1 \
50 logout.1 \
51 ls-F.1 \
52 notify.1 \
53 onintr.1 \
54 popd.1 \
55 pushd.1 \
56 read.1 \
57 readonly.1 \
58 rehash.1 \
59 repeat.1 \
60 return.1 \
61 sched.1 \
62 set.1 \
63 setenv.1 \
64 settc.1 \
65 setty.1 \
66 setvar.1 \
67 shift.1 \
68 source.1 \
69 stop.1 \
70 suspend.1 \
71 switch.1 \
72 telltc.1 \
73 then.1 \
74 times.1 \
75 trap.1 \
76 type.1 \
77 ulimit.1 \
78 umask.1 \
79 unalias.1 \
80 uncomplete.1 \
81 unhash.1 \
82 unlimit.1 \
83 unset.1 \
84 unsetenv.1 \
85 until.1 \
86 wait.1 \
87 where.1 \
88 while.1
89
90 after_install::
91 @echo Installing manpage links...
92 @for manpage in $(BUILTIN_LINKS); do \
93 $(LN) -f $(DSTROOT)/usr/share/man/man1/builtin.1 $(DSTROOT)/usr/share/man/man1/$${manpage}; \
94 done