New function fileset-whole-cmds-to-menu
[fileset-whole.git] / do-elinstall.el
blob5316254a120fe0f30376cb49798f08c810a0c2b5
1 ;;;_ personal/do-elinstall.el --- Script to do installation
3 (elinstall
4 "fileset-whole"
5 (elinstall-directory-true-name)
6 '(all
7 (dir "./")))
9 ;;;_. Footers
10 ;;;_ , Provides
12 ;;Nothing, this is a script.
14 ;;;_ * Local emacs vars.
15 ;;;_ + Local variables:
16 ;;;_ + mode: allout
17 ;;;_ + no-byte-compile: t
18 ;;;_ + no-update-autoloads: t
19 ;;;_ + End:
21 ;;;_ , End
22 ;;; personal/do-elinstall.el ends here