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.am | |
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.am')
-rw-r--r-- | Build/source/Makefile.am | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/Build/source/Makefile.am b/Build/source/Makefile.am index bb0db4acad1..ba2b04fd80f 100644 --- a/Build/source/Makefile.am +++ b/Build/source/Makefile.am @@ -1,6 +1,6 @@ ## Makefile.am for the TeX Live top-level ## -## Copyright (C) 2009-2013 Peter Breitenlohner <tex-live@tug.org> +## Copyright (C) 2009-2014 Peter Breitenlohner <tex-live@tug.org> ## You may freely use, modify and/or distribute this file. ## ## Ensure aclocal.m4 is up to date @@ -14,12 +14,14 @@ 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 \ |