File: basic1_clean1.ref

package info (click to toggle)
latex-mk 2.1-2
  • links: PTS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 2,988 kB
  • ctags: 243
  • sloc: sh: 4,252; makefile: 165
file content (10 lines) | stat: -rw-r--r-- 720 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
if [ -f test1.www_files ]; then   for f in `awk '{print $2}' test1.www_files` ; do  if [ -f $f ]; then rm -f $f ; fi ; done ; fi
rm -f test1.www_files
rm -f test1.html_dir/images.aux
rm -f test1.html_dir/images.bbl
rm -f test1.html_dir/images.log
rm -f test1.html_dir/images.out
rm -f test1.html_dir/images.tex
if [ -d test1.html_dir ]; then rm test1.html_dir ; fi
latex-mk --clean test1
rm -f *~ texput.log test1.aux  test1.ps test1-draft.ps test1.pdf test1-draft.pdf test1.rtf test1.aux test1.log test1.dvi test1.log test1.bbl test1.blg test1.glo test1.gls test1.ilg test1.idx test1.ind test1.lof test1.lot test1.toc test1.out draft_stamp.ps test1.bib-stamp test1.html-stamp test1.www_files test1.haux test1.image.tex