Skip to content

Commit c3d399e

Browse files
committed
fix(mako-deps): handle whitespace and add GENINFO
Also, remove obsolete pyra files
1 parent d79f041 commit c3d399e

2 files changed

Lines changed: 6 additions & 26 deletions

File tree

src/mako/deps.mako

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
1-
<%api_info=[]%>
1+
# DO NOT EDIT !
2+
# This file was generated automatically by '${self.uri}'
3+
# DO NOT EDIT !
4+
5+
<%api_info=[]%>\
26
% for a in api.list:
37
<%
48
gen_root = directories.output + '/' + a.name + '_' + a.version
59
api_name = a.name + a.version
610
api_clean = api_name + '-clean'
711
api_info.append((api_name, api_clean, gen_root))
8-
%>
12+
%>\
913
${gen_root}: ${directories.api_base}/${a.name}/${a.version}/${a.name}-api.json ${SHARED_INFO_FILE}
1014
${api_name}: ${gen_root}
1115
@echo TODO ${api_name} command

src/pyra/deps.pyra

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)