Wipe now includes minitoc auxiliary files

master
Taha Ahmed 4 years ago
parent 18e1d82be7
commit 021afc363f

@ -62,6 +62,8 @@ aux_log="*.log"
aux_lor="*.lor"
aux_los="*.los"
aux_lot="*.lot"
aux_maf="*.maf" # minitoc
aux_mtc="*.mtc*" # minitoc
aux_out="*.out"
aux_lox="*.lox"
aux_make="*.makefile"
@ -75,7 +77,7 @@ aux_tdo="*.tdo"
aux_toc="*.toc"
aux_xdy="*.xdy" # glossaries (xindy)
# all aux files in a string
auxfiles="${aux_acn} ${aux_acr} ${aux_alg} ${aux_aux} ${aux_bbl} ${aux_blg} ${aux_dep} ${aux_dpth} ${aux_fdb} ${aux_fig} ${aux_fls} ${aux_glg} ${aux_glo} ${aux_gls} ${aux_ist} ${aux_lob} ${aux_lof} ${aux_log} ${aux_lor} ${aux_los} ${aux_lot} ${aux_out} ${aux_lox} ${aux_make} ${aux_map} ${aux_run} ${aux_slg} ${aux_slo} ${aux_sls} ${aux_tikz} ${aux_tdo} ${aux_toc} ${aux_xdy}"
auxfiles="${aux_acn} ${aux_acr} ${aux_alg} ${aux_aux} ${aux_bbl} ${aux_blg} ${aux_dep} ${aux_dpth} ${aux_fdb} ${aux_fig} ${aux_fls} ${aux_glg} ${aux_glo} ${aux_gls} ${aux_ist} ${aux_lob} ${aux_lof} ${aux_log} ${aux_lor} ${aux_los} ${aux_lot} ${aux_maf} ${aux_out} ${aux_lox} ${aux_make} ${aux_map} ${aux_mtc} ${aux_run} ${aux_slg} ${aux_slo} ${aux_sls} ${aux_tikz} ${aux_tdo} ${aux_toc} ${aux_xdy}"
# depending on number of args and their content, do different things...

Loading…
Cancel
Save