summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/ptex/ptex-base/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/ptex/ptex-base/Makefile')
-rw-r--r--Master/texmf-dist/doc/ptex/ptex-base/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/ptex/ptex-base/Makefile b/Master/texmf-dist/doc/ptex/ptex-base/Makefile
index e54c586f0b4..d7602e87bdd 100644
--- a/Master/texmf-dist/doc/ptex/ptex-base/Makefile
+++ b/Master/texmf-dist/doc/ptex/ptex-base/Makefile
@@ -11,13 +11,14 @@ eptexdoc.pdf: eptexdoc.tex
platex $(KANJI) eptexdoc.tex
platex $(KANJI) eptexdoc.tex
dvipdfmx $(FONTMAP) eptexdoc.dvi
- rm *.aux *.log *.toc *.idx *.ind *.ilg *.out eptexdoc.dvi
+ rm -f *.aux *.log *.toc *.idx *.ind *.ilg *.out eptexdoc.dvi
.SUFFIXES: .tex .dvi .pdf
.tex.dvi:
platex $(KANJI) $<
platex $(KANJI) $<
- rm *.aux *.log
+ platex $(KANJI) $<
+ rm -f *.aux *.log *.toc
.dvi.pdf:
dvipdfmx $(FONTMAP) $<