From 997a2a65e0ccba0cc8d68a46d369fd018a0cfd80 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Mon, 18 Dec 2017 02:05:35 +0000 Subject: [PATCH] lost track of attempts to dump cruft still working towards a clean archive. lots of weird patterns are needed to match the assortment of files produced by the doxygen run. --- scripts/archival/pack_feisty_meow.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/archival/pack_feisty_meow.sh b/scripts/archival/pack_feisty_meow.sh index 529c2ac3..b53a5243 100644 --- a/scripts/archival/pack_feisty_meow.sh +++ b/scripts/archival/pack_feisty_meow.sh @@ -22,8 +22,9 @@ pushd $parent_dir # next line is to exclude archives that shouldn't be in the output file. tar -h -cz --exclude-vcs -f $TEMPO_FILE $base_dir \ \ - ${XC}*8cpp_source.html ${XC}*8h__dep__incl.map ${XC}*8h__dep__incl.md5 ${XC}*8h__dep__incl.png ${XC}*8h.html \ - ${XC}*8h__incl.png ${XC}*8h_source.html ${XC}8h__dep__incl.md5 ${XC}8cpp.js \ + ${XC}*incl.map ${XC}*incl.md5 ${XC}*incl.png \ + ${XC}*8h.html ${XC}*8*source.html \ + ${XC}*8cpp.js ${XC}*8h.js \ \ ${XC}*.tar.gz ${XC}*.zip \ -- 2.34.1