diff options
author | EuAndreh <eu@euandre.org> | 2025-03-30 09:38:04 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-03-30 09:38:04 -0300 |
commit | 6ee3ae5a5f17418966871f62bb17a30bbdd3cad5 (patch) | |
tree | d35e993d39b68e2a36221de47cd24731cbc9de77 /mkdeps.sh | |
parent | Makefile: Include derived security.txt during "install" (diff) | |
download | euandre.org-6ee3ae5a5f17418966871f62bb17a30bbdd3cad5.tar.gz euandre.org-6ee3ae5a5f17418966871f62bb17a30bbdd3cad5.tar.xz |
Makefile: Add compressed snippets files
Diffstat (limited to '')
-rwxr-xr-x | mkdeps.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -49,6 +49,7 @@ files | sed 's/^\(.*\)\.adoc$/\1.html:\t\1.conf\t\1.htmlbody/' printf '\n' files | sed 's/^\(.*\)\.adoc$/\1.html.gz:\t\1.html/' +files | sed 's/^\(.*\)\.adoc$/\1.snippets.gz:\t\1.snippets/' listings | sed 's|^\(.*\)/index\.adoc$|\1/feed.xml.gz:\t\1/feed.xml|' printf '\n' |