~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

Open Mash Cross Reference
mash/mashdoc/Makefile

Component: ~ [ mash ] ~ [ apps ] ~ [ gsm ] ~ [ lib ] ~ [ otcl ] ~ [ srm ] ~ [ tcl8.3 ] ~ [ tclcl ] ~ [ tk8.3 ] ~ [ tutorials ] ~

  1 MASHROOT=$(HOME)/mash-code/mash
  2 
  3 all: mashdoc.list tcllist2html.tcl
  4         smash tcllist2html.tcl -o html mashdoc.list
  5 
  6 mashdoc.list: mashdoc.tcl
  7         smash mashdoc.tcl $(MASHROOT)
  8 
  9 clean:
 10         rm -rf *.list *.xml 
 11 
 12 realclean:
 13         rm -rf *.list *.xml html/*.html

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

This page was automatically generated by the LXR engine.
Visit the LXR main site for more information.