Skip to content

Commit

Permalink
Makefile: keep the generated .xml file
Browse files Browse the repository at this point in the history
  • Loading branch information
robUx4 committed Feb 26, 2017
1 parent 9f9e077 commit 9fcb474
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 @@ -4,7 +4,7 @@ VERSION := 01
STATUS := draft-
OUTPUT := $(STATUS)lhomme-cellar-matroska-$(VERSION)

all: $(OUTPUT).html $(OUTPUT).txt
all: $(OUTPUT).html $(OUTPUT).txt $(OUTPUT).xml

ebml_matroska_elements4rfc.md: ebml_matroska.xml transforms/ebml_schema2markdown4rfc.xsl
xsltproc transforms/ebml_schema2markdown4rfc.xsl ebml_matroska.xml > $@
Expand Down

0 comments on commit 9fcb474

Please sign in to comment.