Skip to content

Commit

Permalink
Adding django and epub targets
Browse files Browse the repository at this point in the history
  • Loading branch information
kthoden committed Feb 28, 2020
1 parent fd3b4ac commit ad520bc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/process_tei.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ def main(
exec_command(
f"tei2html.py -! --filename \"with_bibl.xml\" \"{DEFAULT_OUTPUT_DIR}/with_bibl/{PUBL_NAME}\""
)
exec_command(
f"imxml2django.py \"{publ_dir}\""
)
exec_command(
f"imxml2epub.py \"{publ_dir}\""
)

if __name__ == "__main__":

Expand Down

0 comments on commit ad520bc

Please sign in to comment.