It = tex Dir = $(HOME)/share/wisp/tex Conf= $(HOME)/etc/wisp/config Bin = $(HOME)/bin/wisp all : hello dir rc mytex _xkeyval _powerdot $(Dir)/multibbl.sty refs hello : @echo "making $(It) ......... support coding for latex" dir : if [ ! -d $(Dir) ]; then mkdir $(Dir); fi mytex : bash/mytex $(Bin) (echo "#! `which bash`" ; cat bash/mytex) > $(Bin)/mytex chmod +x $(Bin)/mytex rc : etc/our_texrc $(Conf) cp etc/our_texrc $(Conf) chmod +x $(Conf)/our_texrc _xkeyval : xkeyval/run cp xkeyval/run/* $(Dir) _powerdot : powerdot/run cp powerdot/run/* $(Dir) $(Dir)/multibbl.sty : tex/multibbl.sty cp tex/multibbl.sty $(Dir)/multibbl.sty refs : refs.bib cp refs.bib $(Dir)