diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2012-05-04 07:01:41 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2012-05-04 07:01:41 +0000 |
commit | 5e93394f037459e198da858709d990c3273b9dfc (patch) | |
tree | 80a3983facf2b69f0381316a76d241568a2b4484 /Build/source/utils/xindy | |
parent | 0c1d2586a0c113709ab7ea4214a641aa9a4b4785 (diff) |
biber: Skip autodetection of TeX Live platform name when configured with '--disable-biber'
git-svn-id: svn://tug.org/texlive/trunk@26185 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/xindy')
-rw-r--r-- | Build/source/utils/xindy/Makefile.am | 4 | ||||
-rw-r--r-- | Build/source/utils/xindy/Makefile.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/Build/source/utils/xindy/Makefile.am b/Build/source/utils/xindy/Makefile.am index c5b14f952ff..68b34f4f207 100644 --- a/Build/source/utils/xindy/Makefile.am +++ b/Build/source/utils/xindy/Makefile.am @@ -1,6 +1,6 @@ ## Makefile.am for the TeX Live subdirectory utils/xindy/ ## -## Copyright (C) 2009-2011 Peter Breitenlohner <tex-live@tug.org> +## Copyright (C) 2009-2012 Peter Breitenlohner <tex-live@tug.org> ## You may freely use, modify and/or distribute this file. ## ACLOCAL_AMFLAGS = -I ../../m4 @@ -47,6 +47,8 @@ config.force: echo timestamp >config.force $(SHELL) ./config.status --recheck +DISTCLEANFILES = config.force + perl_scripts = texindy xindy scriptsdir = texmf/scripts/xindy nodist_bin_SCRIPTS = diff --git a/Build/source/utils/xindy/Makefile.in b/Build/source/utils/xindy/Makefile.in index 6dfbb8e0432..198fc5954c8 100644 --- a/Build/source/utils/xindy/Makefile.in +++ b/Build/source/utils/xindy/Makefile.in @@ -287,6 +287,7 @@ EXTRA_DIST = README-clisp $(XINDY_TREE)-PATCHES $(XINDY_TREE)/AUTHORS \ ../../build-aux/relpath SUBDIRS = . $(XINDY_TREE) DIST_SUBDIRS = $(SUBDIRS) +DISTCLEANFILES = config.force perl_scripts = texindy xindy scriptsdir = texmf/scripts/xindy nodist_bin_SCRIPTS = $(am__append_1) @@ -787,6 +788,7 @@ clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" |