diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/koma-script/doc/Makefile.guide')
-rw-r--r-- | Master/texmf-dist/source/latex/koma-script/doc/Makefile.guide | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/latex/koma-script/doc/Makefile.guide b/Master/texmf-dist/source/latex/koma-script/doc/Makefile.guide index 43f02e3ad66..ac391fef2c0 100644 --- a/Master/texmf-dist/source/latex/koma-script/doc/Makefile.guide +++ b/Master/texmf-dist/source/latex/koma-script/doc/Makefile.guide @@ -108,7 +108,7 @@ prepare_local: # nothing to do clean_local: $(RM) *.aux *.bbl *.blg *.glo *.idx *.ilg *.ind *.log *.lot \ *.dvi *.tmp mpxerr.tex \ - *.md5 *.out *.toc *.mpx *.drv *.chn *.xref $(plenDIN_SRC) + *.md5 *.toc *.mpx *.drv *.chn *.xref $(plenDIN_SRC) distclean_local: clean_local $(RM) $(GENERATED_SRC) @@ -197,7 +197,7 @@ edit: CKSUMFILES = $(DOCDIR)plength.dtx $(DOCDIR)guide.tex $(DOCDIR)scrguide.cls \ $(BIBTEX_SRC) $(MAKEINDEXSTYLE) $(MAKECHANGESTYLE) \ guide.aux guide.ind guide.idx guide.bbl guide.toc guide.lot \ - guide.out guide.chn guide.glo \ + guide.chn guide.glo \ $(foreach file,$(TEX_CHAPTERS),$(basename $(file)).aux) define latex |