diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2014-04-28 12:36:57 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2014-04-28 12:36:57 +0000 |
commit | 1d78b29cbfadf6f6599dd90e24f09b3b57a29215 (patch) | |
tree | 32f7b86b4c609e83e817a6f6fd24861f6c31fbfe /Build/source/Makefile.in | |
parent | 3b6edaaa89afea6c143c79fe374a428bb768a077 (diff) |
Fix 'make dist'
git-svn-id: svn://tug.org/texlive/trunk@33717 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/Makefile.in')
-rw-r--r-- | Build/source/Makefile.in | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/Build/source/Makefile.in b/Build/source/Makefile.in index 9c85217a575..86df1e0df05 100644 --- a/Build/source/Makefile.in +++ b/Build/source/Makefile.in @@ -451,12 +451,14 @@ distuninstallcheck_listfiles = find . -type f -o -type l -print distcleancheck_listfiles = find . -type f -o -type l -print EXTRA_DIST = \ Build \ - README.coding \ - README.config \ - README.cross \ - README.distro \ - README.hacking \ - README.layout \ + README.0overview \ + README.1prerequisites \ + README.2building \ + README.3installing \ + README.4layout \ + README.5configure \ + README.6cross \ + README.7coding \ build-aux/README.TL \ m4/ChangeLog \ m4/README \ |