diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2015-04-28 07:05:17 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2015-04-28 07:05:17 +0000 |
commit | cce9b3c2d9f779bbfc9d3dd3534391cffe942b73 (patch) | |
tree | d09c57f62baacd67e549ff371f07b53eb7949c53 /Build/source/doc | |
parent | 10da69b29c99d560d969dc320eea2beb78a05e0c (diff) |
README.solaris has been moved from source/ to source/doc/
git-svn-id: svn://tug.org/texlive/trunk@37091 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/doc')
-rw-r--r-- | Build/source/doc/ChangeLog | 5 | ||||
-rw-r--r-- | Build/source/doc/Makefile.am | 6 | ||||
-rw-r--r-- | Build/source/doc/Makefile.in | 5 |
3 files changed, 13 insertions, 3 deletions
diff --git a/Build/source/doc/ChangeLog b/Build/source/doc/ChangeLog index c059e6231da..9ce729f1587 100644 --- a/Build/source/doc/ChangeLog +++ b/Build/source/doc/ChangeLog @@ -1,3 +1,8 @@ +2015-05-28 Peter Breitenlohner <peb@mppmu.mpg.de> + + * README.solaris (new): Moved from ../ to here. + * Makefile.am: Adapted. + 2015-03-24 Peter Breitenlohner <peb@mppmu.mpg.de> * tlbuild.texi: Add '--disable-synctex'. diff --git a/Build/source/doc/Makefile.am b/Build/source/doc/Makefile.am index 7068d55a86f..23aa01a0218 100644 --- a/Build/source/doc/Makefile.am +++ b/Build/source/doc/Makefile.am @@ -1,6 +1,6 @@ ## Makefile.am for the TeX Live subdirectory ./doc/ ## -## Copyright 2013-2014 Peter Breitenlohner <tex-live@tug.org> +## Copyright 2013-2015 Peter Breitenlohner <tex-live@tug.org> ## You may freely use, modify and/or distribute this file. ## ## The info files @@ -8,7 +8,9 @@ info_TEXINFOS = tlbuild.texi tlbuild_TEXINFOS = build-tools.txt \ tlbuild-incl/install-tl.texi tlbuild-incl/tlmgr.texi -EXTRA_DIST = splitinfo.gawk +EXTRA_DIST = \ + README.solaris \ + splitinfo.gawk # no reasonable way to avoid it with the pod doc. MAKEINFOFLAGS = --set INFO_SPECIAL_CHARS_WARNING=0 diff --git a/Build/source/doc/Makefile.in b/Build/source/doc/Makefile.in index 349289b01c0..7fca20411dd 100644 --- a/Build/source/doc/Makefile.in +++ b/Build/source/doc/Makefile.in @@ -451,7 +451,10 @@ info_TEXINFOS = tlbuild.texi tlbuild_TEXINFOS = build-tools.txt \ tlbuild-incl/install-tl.texi tlbuild-incl/tlmgr.texi -EXTRA_DIST = splitinfo.gawk +EXTRA_DIST = \ + README.solaris \ + splitinfo.gawk + # no reasonable way to avoid it with the pod doc. MAKEINFOFLAGS = --set INFO_SPECIAL_CHARS_WARNING=0 |