diff options
author | Karl Berry <karl@freefriends.org> | 2020-03-13 17:12:03 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-03-13 17:12:03 +0000 |
commit | 174147dcdbfb24f62966d39bb4f196d9b38895e4 (patch) | |
tree | 1b56a1618b925674f91109cb9ec61a258ada01d9 /Build/source/doc/Makefile.in | |
parent | e08a47414604e2e6b77c46f390631522729455e3 (diff) |
2020 tlbuild update
git-svn-id: svn://tug.org/texlive/trunk@54277 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/doc/Makefile.in')
-rw-r--r-- | Build/source/doc/Makefile.in | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/Build/source/doc/Makefile.in b/Build/source/doc/Makefile.in index a1075b73ce6..512962ca748 100644 --- a/Build/source/doc/Makefile.in +++ b/Build/source/doc/Makefile.in @@ -493,6 +493,12 @@ remove_node_good = ref{tlmgr remove [\@emph{option}...] \@emph{pkg}..., # install_node_bad = ref{tlmgr install [option...] pkg..., install_node_good = ref{tlmgr install [\@emph{option}...] \@emph{pkg}..., + +# we don't actually use the (autogenerated) -incl.texi file, +# but it makes for a convenient target. + +# First make symlinks in build dir: +Master = $(top_srcdir)/../../Master all: all-am .SUFFIXES: @@ -946,14 +952,12 @@ readme-install: readme-files svn diff $(top_srcdir)/README.* >/tmp/sd svn status $(top_srcdir)/README.* # -.PHONY: readme-files readme-install +.PHONY: readme-files readme-install script-links +script-links: + rm -f tlmgr.pl install-tl + ln -s $(Master)/install-tl . + ln -s $(Master)/texmf-dist/scripts/texlive/tlmgr.pl . -# we don't actually use the (autogenerated) -incl.texi file, -# but it makes for a convenient target. -# -# First make symlinks in build dir: -# ln -s .../tlmgr.pl .../Build/source/Work/doc -# ln -s .../install-tl .../Build/source/Work/doc $(mydoc)-incl.texi: install-tl tlmgr.pl $(pod2texi) -o $@ --subdir=$(mydoc)-incl $(pod2texi_args) $^ cp $(mydoc)-incl/tlmgr.texi $(mydoc)-incl/tlmgr.texi.orig |