]> git.lizzy.rs Git - plan9front.git/blob - sys/src/cmd/hg/mkfile
abaco: cleanup, handle image/x-icon, don't use backspace as a hotkey, and remove...
[plan9front.git] / sys / src / cmd / hg / mkfile
1 default:V: none
2
3 all clean nuke install installall:V:
4         echo nothing to be done
5
6 none:VQ:
7         echo mk setup
8
9 setup:V:
10         mkdir -p /sys/src/cmd/python/Extra/mercurial
11         cp mercurial/*.c /sys/src/cmd/python/Extra/mercurial
12         for(i in mercurial hgext){
13                 mkdir -p /sys/lib/python/$i
14                 dircp mercurial /sys/lib/python/$i
15         }
16         cp hg /rc/bin/hg
17         echo Now rebuild python!