Skip to content

Commit

Permalink
tune date and bullet symbol options for xml2rfv v3 (#394)
Browse files Browse the repository at this point in the history
  • Loading branch information
reschke committed Jul 12, 2020
1 parent f7bf977 commit c05c343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ $(bd)/%.redxml: %.xml $(reduction)
$(saxon) $< $(xreffer) | $(saxon) - $(reduction) > $@

%.txt: $(bd)/%.redxml
$(xml2rfc) --v3 $< -o $@
$(xml2rfc) --v3 --legacy-list-symbols --legacy-date-format $< -o $@

$(bd)/%.abnf: %.xml lib/extract-artwork.xslt
$(saxon) $< lib/xreffer.xslt | $(saxon) - lib/extract-artwork.xslt type="abnf7230" >$@
Expand Down

0 comments on commit c05c343

Please sign in to comment.