Commit Graph

7 Commits

Author SHA1 Message Date
Neil Williams
78501dbf6d plugins: Add needs_static_build flag to toggle Makefile use.
Not every plugin needs to build static files. Instead of assuming they
do, the plugins will have to opt-in to having their Makefile called.
2012-09-05 14:02:36 -07:00
Keith Mitchell
7799bb5db4 Makefile: Use correct path for r2.pot 2012-08-24 10:16:10 -07:00
Keith Mitchell
01146c301e Remove unused r2.po and friends from repo
Note that pylons.wsgiapp uses pylons.i18n's get_lang()
and friends, instead of our modified versions in
r2.lib.translation. This means that setting 'lang' in the
conf causes it to try and 'help' us by looking up PO files
in r2/i18n. Changing the ini files to use 'site_lang' as the
key gets around that.
2012-08-14 12:19:20 -07:00
Max Goodman
768663b032 Abort Makefile if Makefile.py fails. 2012-08-08 13:47:03 -07:00
Max Goodman
bcbba69a7e Simplify handling/mangling of should_compile special case.
or: How I Learned to Stop Worrying and Love the Mangling.
2012-07-19 16:25:55 -07:00
Neil Williams
914b949286 Update / add license headers.
I'm actually quite excited to do this.
2012-06-19 14:02:42 -07:00
Max Goodman
cdd8177622 Speed up Makefile by combining python portions. 2012-06-12 15:36:31 -07:00