From: Chris Koeritz Date: Mon, 18 Dec 2017 02:05:35 +0000 (+0000) Subject: lost track of attempts to dump cruft X-Git-Tag: 2.140.106^2~13^2~3 X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=commitdiff_plain;h=997a2a65e0ccba0cc8d68a46d369fd018a0cfd80 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. --- 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 \