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, 3 insertions, 1 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 1d6a0a47718..51fd03d7098 100644 --- a/Master/texmf-dist/source/latex/koma-script/doc/Makefile.guide +++ b/Master/texmf-dist/source/latex/koma-script/doc/Makefile.guide @@ -78,7 +78,9 @@ TEX_CHAPTERS = introduction.tex typearea.tex \ adrconvnote.tex scrlfile.tex tocbasic.tex \ $(TEX_APPENDICES) -TEX_SRC = guide-$(LANGUAGELONG).tex $(TEX_CHAPTERS) +TEX_MISC = common.tex + +TEX_SRC = guide-$(LANGUAGELONG).tex $(TEX_CHAPTERS) $(TEX_MISC) MISC_SRC = $(MAKE_FILES) htmlsetup |