Skip to content

Commit

Permalink
remove no-longer-needed xml2rfc workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
dericed committed Apr 17, 2020
1 parent a92f75f commit d80ac12
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 @@ -43,7 +43,7 @@ $(OUTPUT_TAGS).md: index_tags.md tagging.md matroska_tagging_registry.md tagging
cat $^ > $@

%.xml: %.md
$(MMARK) $< | awk '/<?rfc toc=/ && !modif { printf("<?rfc tocdepth=\"6\"?>\n"); modif=1 } {print}' | sed 's|<sourcecode type="xml">|<artwork type="ascii-art">|g;s|</sourcecode>|</artwork>|g' > $@
$(MMARK) $< | awk '/<?rfc toc=/ && !modif { printf("<?rfc tocdepth=\"6\"?>\n"); modif=1 } {print}' > $@

%.html: %.xml
$(XML2RFC) --html $< -o $@
Expand Down

0 comments on commit d80ac12

Please sign in to comment.