diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-06-05 14:10:40 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-06-05 14:10:40 +0000 |
commit | d65aa576328f6698d7e7bf7c65119281cbca0981 (patch) | |
tree | 7318465d08d3e5d176bcb4c96a92a65dad6d71dc /Build/source/utils/xindy-old/Makefile.am | |
parent | fc6e759582a57b0d59398fb5e923157416fc0055 (diff) |
build system update/cleanup
git-svn-id: svn://tug.org/texlive/trunk@18755 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/xindy-old/Makefile.am')
-rw-r--r-- | Build/source/utils/xindy-old/Makefile.am | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/Build/source/utils/xindy-old/Makefile.am b/Build/source/utils/xindy-old/Makefile.am deleted file mode 100644 index 2246b8590fb..00000000000 --- a/Build/source/utils/xindy-old/Makefile.am +++ /dev/null @@ -1,48 +0,0 @@ -## Use `autoreconf' in top-level directory to recreate all -## autoconf/automake files. -## Or, call `automake Makefile' to create only Makefile.in. - -# Makefile for xindy - -## Copyright (C) 2004-2005 by Gour. -## Copyright (C) 2008 by Joachim Schrod. -## -## This program is free software; you can redistribute it and/or -## modify it under the terms of the GNU General Public License as -## published by the Free Software Foundation; either version 2 of the -## License, or (at your option) any later version. -## -## This program is distributed in the hope that it will be useful, but -## WITHOUT ANY WARRANTY; without even the implied warranty of -## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -## General Public License for more details. -## -## You should have received a copy of the GNU General Public License -## along with this program in the file COPYING; if not, write to the -## Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, -## Boston, MA 02110-1301 USA. - -## Global options - -ACLOCAL_AMFLAGS = -I m4 - -# do we build make-rules? -if BUILDRULES - MAKE_RULES = make-rules -endif - -# do we build docs? -if BUILDDOCS - DOCS = doc -endif - -doc_DATA = NEWS README.distrib-source - -SUBDIRS = rte binaries tex2xindy modules user-commands src $(MAKE_RULES) $(DOCS) - -EXTRA_DIST = setup.sh ChangeLog.Gour README.distrib-source README.distrib-binary README-clisp - -distclean-local: - rm -rf $(srcdir)/autom4te.cache - -EXTRA_DIST += ChangeLog.TL Makefile.am.orig configure.ac.orig |