Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump to wg doc version 00 #241

Merged
merged 1 commit into from Jul 25, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Expand Up @@ -3,5 +3,8 @@ _site
*lhomme-cellar-matroska-*
*lhomme-cellar-codecs-*
*lhomme-cellar-tags-*
*ietf-cellar-matroska-*
*ietf-cellar-codecs-*
*ietf-cellar-tags-*
ebml_matroska_elements.md
ebml_matroska_elements4rfc.md
8 changes: 4 additions & 4 deletions Makefile
@@ -1,14 +1,14 @@
$(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.)

VERSION_MATROSKA := 04
VERSION_MATROSKA := 00
VERSION_CODEC := 00
VERSION_TAGS := 00
STATUS_MATROSKA := draft-
STATUS_CODEC := draft-
STATUS_TAGS := draft-
OUTPUT_MATROSKA := $(STATUS_MATROSKA)lhomme-cellar-matroska-$(VERSION_MATROSKA)
OUTPUT_CODEC := $(STATUS_CODEC)lhomme-cellar-codecs-$(VERSION_CODEC)
OUTPUT_TAGS := $(STATUS_TAGS)lhomme-cellar-tags-$(VERSION_TAGS)
OUTPUT_MATROSKA := $(STATUS_MATROSKA)ietf-cellar-matroska-$(VERSION_MATROSKA)
OUTPUT_CODEC := $(STATUS_CODEC)ietf-cellar-codecs-$(VERSION_CODEC)
OUTPUT_TAGS := $(STATUS_TAGS)ietf-cellar-tags-$(VERSION_TAGS)

all: $(OUTPUT_MATROSKA).html $(OUTPUT_MATROSKA).txt $(OUTPUT_MATROSKA).xml $(OUTPUT_CODEC).html $(OUTPUT_CODEC).txt $(OUTPUT_CODEC).xml $(OUTPUT_TAGS).html $(OUTPUT_TAGS).txt $(OUTPUT_TAGS).xml

Expand Down
2 changes: 1 addition & 1 deletion index_codec.md
Expand Up @@ -4,7 +4,7 @@
% Title = "Matroska Codec"
% abbrev = "Matroska"
% category = "std"
% docName = "draft-lhomme-cellar-codec-00"
% docName = "draft-ietf-cellar-codec-00"
% ipr= "trust200902"
% area = "art"
% workgroup = "cellar"
Expand Down
2 changes: 1 addition & 1 deletion index_matroska.md
Expand Up @@ -4,7 +4,7 @@
% Title = "Matroska Specifications"
% abbrev = "Matroska"
% category = "std"
% docName = "draft-lhomme-cellar-matroska-04"
% docName = "draft-ietf-cellar-matroska-00"
% ipr= "trust200902"
% area = "art"
% workgroup = "cellar"
Expand Down
2 changes: 1 addition & 1 deletion index_tags.md
Expand Up @@ -4,7 +4,7 @@
% Title = "Matroska Tags"
% abbrev = "Matroska"
% category = "std"
% docName = "draft-lhomme-cellar-tags-00"
% docName = "draft-ietf-cellar-tags-00"
% ipr= "trust200902"
% area = "art"
% workgroup = "cellar"
Expand Down