diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/koma-script/doc/Makefile')
-rw-r--r-- | Master/texmf-dist/source/latex/koma-script/doc/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Master/texmf-dist/source/latex/koma-script/doc/Makefile b/Master/texmf-dist/source/latex/koma-script/doc/Makefile index 4fa6136bade..9092d885d86 100644 --- a/Master/texmf-dist/source/latex/koma-script/doc/Makefile +++ b/Master/texmf-dist/source/latex/koma-script/doc/Makefile @@ -102,7 +102,8 @@ STATIC_DOC_LINKS= komascript.html komascr.html \ scrtime.html scrdate.html tocbasic.html scrbase.html DOC_SRC = scrguide.cls scrguide.ist scrguide.gst \ - guide.tex guide.bib plength.dtx + guide.tex guide.bib plength.dtx \ + linkalias.tex STATIC_DOC = $(STATIC_DOC_SRC) $(STATIC_DOC_LINKS) @@ -140,7 +141,7 @@ install_local: $(DIST_FILES) fi $(INSTALL) $(DIST_SRC) $(INSTALLSRCDIR) $(foreach file,$(STATIC_DOC),$(SYMLINK) ../../../../doc/latex/koma-script/$(file) $(INSTALLSRCDIR)/$(file);) - $(INSTALL) $(BIN_FILES) $(INSTALLSRCDIR)/$(BIN_DIR) + $(INSTALLEXECUTABLE) $(BIN_FILES) $(INSTALLSRCDIR)/$(BIN_DIR) $(INSTALL) $(STATIC_DOC) $(INSTALLDOCDIR) $(make_recursive) $(SECHO) ------------------------------------------------------------ @@ -179,7 +180,7 @@ uninstall_local: clean_local: $(make_recursive) -dist_local: +dist_local: $(DIST_FILES) -$(RMDIR) $(DISTDIR) $(MKDIR) $(DISTDIR) $(MKDIR) $(DISTDIR)/$(BIN_DIR) @@ -199,6 +200,7 @@ distclean_local: $(make_recursive) maintainclean_local: + $(SRM) ChangeLog.svn ChangeLog.bak $(STATIC_DOC_LINKS) $(make_recursive) edit: |