diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-03-16 15:53:05 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-03-16 15:53:05 +0000 |
commit | e97ef8dfa62909a029519adecf4bf8b35f4559be (patch) | |
tree | 2c2590af0fc1acdee07de798684e8d60334ce753 /Build/source/utils/biber/Makefile.am | |
parent | 805e477c290637b9736e144f3dbd262757506090 (diff) |
integrate biber
git-svn-id: svn://tug.org/texlive/trunk@21733 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/biber/Makefile.am')
-rw-r--r-- | Build/source/utils/biber/Makefile.am | 28 |
1 files changed, 16 insertions, 12 deletions
diff --git a/Build/source/utils/biber/Makefile.am b/Build/source/utils/biber/Makefile.am index 432cc2e0d5d..08db096f286 100644 --- a/Build/source/utils/biber/Makefile.am +++ b/Build/source/utils/biber/Makefile.am @@ -1,17 +1,21 @@ -# See ./README for our basic strategy here. -# -# Copyright 2011 Karl Berry <tex-live@tug.org> -# -# This file is free software; the copyright holder -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. +## See ./README for our basic strategy here. +## +## Copyright 2011 Karl Berry <tex-live@tug.org> +## +## This file is free software; the copyright holder +## gives unlimited permission to copy and/or distribute it, +## with or without modifications, as long as this notice is preserved. +ACLOCAL_AMFLAGS = -I ../../m4 -I m4 -if TL_HAVE_BIBER_BINARY -bin_SCRIPTS = $(BIBER_EXE) +# in case of an SVN repository +dist-hook: + rm -rf `find $(distdir) -name .svn` -# this EXTRA_ variable must be defined when bin_SCRIPTS refers to a -# configure-substituted value. +nodist_bin_SCRIPTS = $(BIBER_BINARY) + +# this EXTRA_ variable must be defined because nodist_bin_SCRIPTS +# refers to a configure-substituted value. EXTRA_SCRIPTS = -endif EXTRA_DIST = TeXLive bin + |