|
|
@ -62,6 +62,8 @@ aux_log="*.log"
|
|
|
|
aux_lor="*.lor"
|
|
|
|
aux_lor="*.lor"
|
|
|
|
aux_los="*.los"
|
|
|
|
aux_los="*.los"
|
|
|
|
aux_lot="*.lot"
|
|
|
|
aux_lot="*.lot"
|
|
|
|
|
|
|
|
aux_maf="*.maf" # minitoc
|
|
|
|
|
|
|
|
aux_mtc="*.mtc*" # minitoc
|
|
|
|
aux_out="*.out"
|
|
|
|
aux_out="*.out"
|
|
|
|
aux_lox="*.lox"
|
|
|
|
aux_lox="*.lox"
|
|
|
|
aux_make="*.makefile"
|
|
|
|
aux_make="*.makefile"
|
|
|
@ -75,7 +77,7 @@ aux_tdo="*.tdo"
|
|
|
|
aux_toc="*.toc"
|
|
|
|
aux_toc="*.toc"
|
|
|
|
aux_xdy="*.xdy" # glossaries (xindy)
|
|
|
|
aux_xdy="*.xdy" # glossaries (xindy)
|
|
|
|
# all aux files in a string
|
|
|
|
# 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...
|
|
|
|
# depending on number of args and their content, do different things...
|
|
|
|