From 4dd98f460078b35109f7abcd25d39981deadae11 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 10 Mar 2009 18:46:27 +0000 Subject: make man symlink in bin dir; suggested by Dick Koch git-svn-id: svn://tug.org/texlive/trunk@12358 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/texlive/ChangeLog | 6 ++++++ Build/source/texk/texlive/Makefile.in | 6 ++++++ 2 files changed, 12 insertions(+) (limited to 'Build') diff --git a/Build/source/texk/texlive/ChangeLog b/Build/source/texk/texlive/ChangeLog index 7ce5a3ea3a2..a962520c401 100644 --- a/Build/source/texk/texlive/ChangeLog +++ b/Build/source/texk/texlive/ChangeLog @@ -1,3 +1,9 @@ +2009-03-10 Karl Berry + + * Makefile.in (install-exec): also make a link to our man + directory, ../../texmf/doc/man, for the sake of those man programs + which can use it. Suggested by Dick Koch. + 2009-02-26 Karl Berry * Makefile.in (LINKED_SCRIPTS): add texloganalyser. diff --git a/Build/source/texk/texlive/Makefile.in b/Build/source/texk/texlive/Makefile.in index 428decad2b2..697419356b1 100644 --- a/Build/source/texk/texlive/Makefile.in +++ b/Build/source/texk/texlive/Makefile.in @@ -122,8 +122,14 @@ install-exec: $(INSTALL_SCRIPT) $(srcdir)/linked_scripts/`basename $$s` $(prefix)/$$s; \ ln -s $$d/$$s $$target; \ done +# +# one -sys variant we don't want to program. rm -f $(scriptdir)/getnonfreefonts-sys ln -s getnonfreefonts $(scriptdir)/getnonfreefonts-sys +# +# man dir link for those mans which can use it. + rm -f $(scriptdir)/man + ln -s ../../texmf/doc/man $(scriptdir)/man kpse_include ../make/clean.mk -- cgit v1.2.3