summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/koma-script/doc/Makefile
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-05-16 23:12:50 +0000
committerKarl Berry <karl@freefriends.org>2012-05-16 23:12:50 +0000
commit33a91552392adacad1480db2e7ea4e966c0f4533 (patch)
tree6e4a4f772fcce778b4726d75f2ae00a217ca41d1 /Master/texmf-dist/source/latex/koma-script/doc/Makefile
parent20572a9d0911336a8588b561872220d6aba8e208 (diff)
koma-script (15may12)
git-svn-id: svn://tug.org/texlive/trunk@26455 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/koma-script/doc/Makefile')
-rw-r--r--Master/texmf-dist/source/latex/koma-script/doc/Makefile8
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: