From 4bf0a6fa42a9adc82e639aa0c9b278b00e528910 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 8 Mar 2025 15:46:21 -0300 Subject: Generate gzipped variation of final output --- mkdeps.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'mkdeps.sh') diff --git a/mkdeps.sh b/mkdeps.sh index 505ccff..388746c 100755 --- a/mkdeps.sh +++ b/mkdeps.sh @@ -48,6 +48,10 @@ files | sed 's/^\(.*\)\.adoc$/\1.htmlbody\t\1.snippets\t\1.conf:\t\1.adoc/' files | sed 's/^\(.*\)\.adoc$/\1.html:\t\1.conf\t\1.htmlbody/' printf '\n' +files | sed 's/^\(.*\)\.adoc$/\1.html.gz:\t\1.html/' +listings | sed 's|^\(.*\)/index\.adoc$|\1/feed.xml.gz:\t\1/feed.xml|' +printf '\n' + articles | sed 's/^\(.*\)\.adoc$/\1.feedentry:\t\1.conf\t\1.htmlbody/' articles | sed 's/^\(.*\)\.adoc$/\1.sortdata:\t\1.conf/' printf '\n' -- cgit v1.2.3