Skip to content

Commit 3bcc249

Browse files
committed
Makefile: move the source to generate the Tags document in cellar-tags/
1 parent 7707392 commit 3bcc249

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: cellar-codec/index_codec.md cellar-codec/codec_specs.md cell
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: cellar-tags/index_tags.md cellar-tags/tagging.md matroska_tagging_registry.md cellar-tags/tags_security.md cellar-tags/tags_iana.md tags_iana_names.md cellar-tags/rfc_backmatter_tags.md
120120
cat $^ | sed -e "s/@BUILD_DATE@/$(shell date +'%F')/" \
121121
-e "s/@BUILD_VERSION@/$(OUTPUT_TAGS)/" > $@
122122

File renamed without changes.
File renamed without changes.

tagging.md cellar-tags/tagging.md

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)