Skip to content

Commit 02a63ee

Browse files
committed
Makefile: move the source to generate the Tags document in tags/
1 parent 613b4fe commit 02a63ee

6 files changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ $(OUTPUT_CODEC).md: codec/index_codec.md codec/codec_specs.md codec/wavpack.md c
116116
cat $^ | sed -e "s/@BUILD_DATE@/$(shell date +'%F')/" \
117117
-e "s/@BUILD_VERSION@/$(OUTPUT_CODEC)/" > $@
118118

119-
$(OUTPUT_TAGS).md: index_tags.md tagging.md matroska_tagging_registry.md tags_security.md tags_iana.md tags_iana_names.md rfc_backmatter_tags.md
119+
$(OUTPUT_TAGS).md: tags/index_tags.md tags/tagging.md matroska_tagging_registry.md tags/tags_security.md tags/tags_iana.md tags_iana_names.md tags/rfc_backmatter_tags.md
120120
cat $^ | sed -e "s/@BUILD_DATE@/$(shell date +'%F')/" \
121121
-e "s/@BUILD_VERSION@/$(OUTPUT_TAGS)/" > $@
122122

index_tags.md tags/index_tags.md

File renamed without changes.
File renamed without changes.

tagging.md tags/tagging.md

File renamed without changes.

tags_iana.md tags/tags_iana.md

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)