aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/bootstrap.mk
AgeCommit message (Collapse)Author
2015-05-15Replace make with $(MAKE) for BSD compatibilityLoïc Hoguin
2015-05-09Merge branch 'improved_bootstrap' of https://github.com/andrzejsliwa/erlang.mkLoïc Hoguin
Changed the method to echo multiline variables into something that should work for everyone.
2015-01-12Update copyright yearLoïc Hoguin
Also added a copyright line in the eunit plugin due to the extensive work I have done there a few days ago.
2014-12-22Improve the gen_fsm templateLoïc Hoguin
* Rename and add the default state functions `state_name/2,3` * Rename the variable `State` into `StateData` as per documentation
2014-12-20Added a gen_fsm templateGraham Hay
2014-10-30erlc: update {id, git} in .app.src with git describe outputDave Cottlehuber
2014-09-24Fix for the cowboy_rest templateEric Sagnes
2014-08-15handling unescaped templatesAndrzej Sliwa
2014-08-02Fixed output of help commandUmbertoC
list-templates was replaced by bootstrap-lib in the output of the help command.
2014-07-31Add command-line help to the bootstrap pluginLoïc Hoguin
2014-07-30Add bootstrap pluginLoïc Hoguin