diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-10-08 11:57:06 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-10-08 11:57:06 +0000 |
commit | ad8c0db83542b88b7a3d63af382ccc630df38d03 (patch) | |
tree | 94cab0aa0745c5c847fae3c591294c8061279a8e /Build/source/Makefile.am | |
parent | 43d88ee8d9d0c4aa44fbdf095ce88975cf8bb6a5 (diff) |
texlive.info
git-svn-id: svn://tug.org/texlive/trunk@31864 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/Makefile.am')
-rw-r--r-- | Build/source/Makefile.am | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/Build/source/Makefile.am b/Build/source/Makefile.am index 2243400ad3d..f0b94dd77e8 100644 --- a/Build/source/Makefile.am +++ b/Build/source/Makefile.am @@ -3,9 +3,6 @@ ## Copyright (C) 2009-2013 Peter Breitenlohner <tex-live@tug.org> ## You may freely use, modify and/or distribute this file. ## -## The info files -info_TEXINFOS = doc/texlive.texi -doc_texlive_TEXINFOS = doc/build.texi doc/build-tools ## speed up distcheck AM_DISTCHECK_CONFIGURE_FLAGS = -C @@ -30,8 +27,8 @@ EXTRA_DIST = \ dist-hook: rm -rf `find $(distdir) -name .svn` -SUBDIRS = . $(MAKE_SUBDIRS) libs utils texk -DIST_SUBDIRS = auxdir/auxsub $(CONF_SUBDIRS) libs utils texk +SUBDIRS = . doc $(MAKE_SUBDIRS) libs utils texk +DIST_SUBDIRS = auxdir/auxsub doc $(CONF_SUBDIRS) libs utils texk ## Configure and build subdirs. ## |