# # Makefile for the omino adobe scripts suite # # Flattens the scripts (removes #includes) and # constructs the web site for them. # # dvb 2007.11.11 # # ex:set tabstop=4: # ex:set noexpandtab: # EE = echo `dat` -- E = @$(EE) PRODUCT = ./product/ominoAdobeScriptsSuite/ default : clean all open all : ./builder/bump_version.pl src/shared/version.jsx cd builder ; ./buildAll.pl open : clean all open $(PRODUCT)/index.html @# oh, nasty hardcoded. open http://localhost/~poly/product/ominoAdobeScriptsSuite/ clean : rm -rf $(PRODUCT) aecs6 : all cp -f $(PRODUCT)/afterEffects/om_*jsx '/Applications/Adobe After Effects CS6/Scripts/ScriptUI Panels'