-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #75 from Matroska-Org/bump-to-version-01
bump to version 01
- Loading branch information
Showing
2 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
$(info RFC rendering has been tested with mmark version 1.3.4 and xml2rfc 2.5.1, please ensure these are installed and recent enough.) | ||
|
||
all: draft-lhomme-cellar-matroska-00.html draft-lhomme-cellar-matroska-00.txt | ||
all: draft-lhomme-cellar-matroska-01.html draft-lhomme-cellar-matroska-01.txt | ||
|
||
draft-lhomme-cellar-matroska-00.html: index.md | ||
draft-lhomme-cellar-matroska-01.html: index.md | ||
xsltproc transforms/ebml_schema2markdown4rfc.xsl ebml_matroska.xml > ebml_matroska_elements4rfc.md | ||
cat rfc_frontmatter.md "$<" matroska_schema_section_header.md ebml_matroska_elements4rfc.md notes.md order_guidelines.md codec_specs.md chapters.md subtitles.md tagging.md attachments.md streaming.md menu.md | grep -v '^layout:\|^---\b' > merged.md | ||
mmark -xml2 -page merged.md > draft-lhomme-cellar-matroska-00.xml | ||
xml2rfc --html draft-lhomme-cellar-matroska-00.xml -o "$@" | ||
mmark -xml2 -page merged.md > draft-lhomme-cellar-matroska-01.xml | ||
xml2rfc --html draft-lhomme-cellar-matroska-01.xml -o "$@" | ||
|
||
draft-lhomme-cellar-matroska-00.txt: index.md | ||
draft-lhomme-cellar-matroska-01.txt: index.md | ||
xsltproc transforms/ebml_schema2markdown4rfc.xsl ebml_matroska.xml > ebml_matroska_elements4rfc.md | ||
cat rfc_frontmatter.md "$<" matroska_schema_section_header.md ebml_matroska_elements4rfc.md notes.md order_guidelines.md codec_specs.md chapters.md subtitles.md tagging.md attachments.md streaming.md menu.md | grep -v '^layout:\|^---\b' > merged.md | ||
mmark -xml2 -page merged.md > draft-lhomme-cellar-matroska-00.xml | ||
xml2rfc draft-lhomme-cellar-matroska-00.xml -o "$@" | ||
mmark -xml2 -page merged.md > draft-lhomme-cellar-matroska-01.xml | ||
xml2rfc draft-lhomme-cellar-matroska-01.xml -o "$@" | ||
|
||
ebml_matroska_elements.md: ebml_matroska.xml | ||
xsltproc transforms/ebml_schema2markdown.xsl "$<" > ebml_matroska_elements.md | ||
|
||
clean: | ||
rm -f draft-lhomme-cellar-matroska-00.txt draft-lhomme-cellar-matroska-00.html merged.md draft-lhomme-cellar-matroska-00.xml ebml_matroska_elements.md ebml_matroska_elements4rfc.md | ||
rm -f draft-lhomme-cellar-matroska-01.txt draft-lhomme-cellar-matroska-01.html merged.md draft-lhomme-cellar-matroska-01.xml ebml_matroska_elements.md ebml_matroska_elements4rfc.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters