Commit a2bfcfb1 authored by Michael Shigorin's avatar Michael Shigorin

metadata: tweak list output a bit

Mark the particular pkglists included into what's dumped; makes content analysis considerably more convenient.
parent bc03cde1
......@@ -15,7 +15,7 @@ if [ -n "$($(2)_$(1))" ]; then \
echo -e "\n## $(2)_$(1)"; \
case "$(1)" in \
PACKAGES) echo "$($(2)_$(1))";; \
LISTS) cat $($(2)_$(1));; \
LISTS) echo -e "\n# $($(2)_$(1))"; cat $($(2)_$(1));; \
esac; \
fi;
endef
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment