Skip to content

Commit

Permalink
fix(mako-deps): handle whitespace and add GENINFO
Browse files Browse the repository at this point in the history
Also, remove obsolete pyra files
  • Loading branch information
Byron committed Mar 1, 2015
1 parent d79f041 commit c3d399e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 26 deletions.
8 changes: 6 additions & 2 deletions src/mako/deps.mako
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
<%api_info=[]%>
# DO NOT EDIT !
# This file was generated automatically by '${self.uri}'
# DO NOT EDIT !

<%api_info=[]%>\
% for a in api.list:
<%
gen_root = directories.output + '/' + a.name + '_' + a.version
api_name = a.name + a.version
api_clean = api_name + '-clean'
api_info.append((api_name, api_clean, gen_root))
%>
%>\
${gen_root}: ${directories.api_base}/${a.name}/${a.version}/${a.name}-api.json ${SHARED_INFO_FILE}
${api_name}: ${gen_root}
@echo TODO ${api_name} command
Expand Down
24 changes: 0 additions & 24 deletions src/pyra/deps.pyra

This file was deleted.

0 comments on commit c3d399e

Please sign in to comment.