summaryrefslogtreecommitdiff
path: root/Build/source/utils
diff options
context:
space:
mode:
authorVladimir Volovich <vvv@vsu.ru>2008-03-27 03:52:43 +0000
committerVladimir Volovich <vvv@vsu.ru>2008-03-27 03:52:43 +0000
commit97972ce97da4e5c1e292e42409f0d3fd6a63b67d (patch)
tree173d32b6fceb326f13bb8d285ac030351962e898 /Build/source/utils
parent58dc631ebaf1d5704b1289ade86fddf8a97feebc (diff)
rename README to README.distrib-source
add README.distrib-binary from xindy's sourceforge CVS tree install NEWS and README.distrib-source in the docdir git-svn-id: svn://tug.org/texlive/trunk@7179 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils')
-rw-r--r--Build/source/utils/xindy/Makefile.am5
-rw-r--r--Build/source/utils/xindy/Makefile.in56
-rw-r--r--Build/source/utils/xindy/README.distrib-binary119
-rw-r--r--Build/source/utils/xindy/README.distrib-source (renamed from Build/source/utils/xindy/README)0
4 files changed, 166 insertions, 14 deletions
diff --git a/Build/source/utils/xindy/Makefile.am b/Build/source/utils/xindy/Makefile.am
index da221140f00..ab6f3cc3bb8 100644
--- a/Build/source/utils/xindy/Makefile.am
+++ b/Build/source/utils/xindy/Makefile.am
@@ -36,10 +36,11 @@ 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-clisp
distclean-local:
- rm -rf autom4te.cache
-
+ rm -rf $(srcdir)/autom4te.cache
diff --git a/Build/source/utils/xindy/Makefile.in b/Build/source/utils/xindy/Makefile.in
index c5d78e6b1d6..224a6c58a90 100644
--- a/Build/source/utils/xindy/Makefile.in
+++ b/Build/source/utils/xindy/Makefile.in
@@ -15,6 +15,7 @@
@SET_MAKE@
# Makefile for xindy
+
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
pkglibdir = $(libdir)/@PACKAGE@
@@ -34,7 +35,7 @@ POST_UNINSTALL = :
build_triplet = @build@
host_triplet = @host@
subdir = .
-DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
+DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \
$(srcdir)/Makefile.in $(top_srcdir)/configure AUTHORS COPYING \
INSTALL NEWS config.guess config.sub depcomp install-sh \
missing ylwrap
@@ -57,6 +58,15 @@ RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
install-pdf-recursive install-ps-recursive install-recursive \
installcheck-recursive installdirs-recursive pdf-recursive \
ps-recursive uninstall-recursive
+am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
+am__vpath_adj = case $$p in \
+ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
+ *) f=$$p;; \
+ esac;
+am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
+am__installdirs = "$(DESTDIR)$(docdir)"
+docDATA_INSTALL = $(INSTALL_DATA)
+DATA = $(doc_DATA)
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
distclean-recursive maintainer-clean-recursive
ETAGS = etags
@@ -180,6 +190,7 @@ ACLOCAL_AMFLAGS = -I m4
# do we build docs?
@BUILDDOCS_TRUE@DOCS = doc
+doc_DATA = NEWS README.distrib-source
SUBDIRS = rte binaries tex2xindy modules user-commands src $(MAKE_RULES) $(DOCS)
EXTRA_DIST = setup.sh ChangeLog.Gour README-clisp
all: all-recursive
@@ -218,6 +229,23 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(srcdir) && $(AUTOCONF)
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
+install-docDATA: $(doc_DATA)
+ @$(NORMAL_INSTALL)
+ test -z "$(docdir)" || $(MKDIR_P) "$(DESTDIR)$(docdir)"
+ @list='$(doc_DATA)'; for p in $$list; do \
+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+ f=$(am__strip_dir) \
+ echo " $(docDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(docdir)/$$f'"; \
+ $(docDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(docdir)/$$f"; \
+ done
+
+uninstall-docDATA:
+ @$(NORMAL_UNINSTALL)
+ @list='$(doc_DATA)'; for p in $$list; do \
+ f=$(am__strip_dir) \
+ echo " rm -f '$(DESTDIR)$(docdir)/$$f'"; \
+ rm -f "$(DESTDIR)$(docdir)/$$f"; \
+ done
# This directory's subdirectories are mostly independent; you can cd
# into them and run `make' without going through this Makefile.
@@ -499,9 +527,12 @@ distcleancheck: distclean
exit 1; } >&2
check-am: all-am
check: check-recursive
-all-am: Makefile
+all-am: Makefile $(DATA)
installdirs: installdirs-recursive
installdirs-am:
+ for dir in "$(DESTDIR)$(docdir)"; do \
+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \
+ done
install: install-recursive
install-exec: install-exec-recursive
install-data: install-data-recursive
@@ -546,7 +577,7 @@ info: info-recursive
info-am:
-install-data-am:
+install-data-am: install-docDATA
install-dvi: install-dvi-recursive
@@ -582,7 +613,7 @@ ps: ps-recursive
ps-am:
-uninstall-am:
+uninstall-am: uninstall-docDATA
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
install-strip
@@ -594,17 +625,18 @@ uninstall-am:
distclean-generic distclean-local distclean-tags \
distcleancheck distdir distuninstallcheck dvi dvi-am html \
html-am info info-am install install-am install-data \
- install-data-am install-dvi install-dvi-am install-exec \
- install-exec-am install-html install-html-am install-info \
- install-info-am install-man install-pdf install-pdf-am \
- install-ps install-ps-am install-strip installcheck \
- installcheck-am installdirs installdirs-am maintainer-clean \
- maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
- pdf-am ps ps-am tags tags-recursive uninstall uninstall-am
+ install-data-am install-docDATA install-dvi install-dvi-am \
+ install-exec install-exec-am install-html install-html-am \
+ install-info install-info-am install-man install-pdf \
+ install-pdf-am install-ps install-ps-am install-strip \
+ installcheck installcheck-am installdirs installdirs-am \
+ maintainer-clean maintainer-clean-generic mostlyclean \
+ mostlyclean-generic pdf pdf-am ps ps-am tags tags-recursive \
+ uninstall uninstall-am uninstall-docDATA
distclean-local:
- rm -rf autom4te.cache
+ rm -rf $(srcdir)/autom4te.cache
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
diff --git a/Build/source/utils/xindy/README.distrib-binary b/Build/source/utils/xindy/README.distrib-binary
new file mode 100644
index 00000000000..3ddb50b99cf
--- /dev/null
+++ b/Build/source/utils/xindy/README.distrib-binary
@@ -0,0 +1,119 @@
+$Id: README.distrib-binary,v 1.1 2008/01/09 15:14:20 jschrod Exp $
+------------------------------------------------------------
+
+xindy (`fleXible INDexing sYstem') is a flexible index processor that
+creates tagged index for publication system. xindy merges, sorts, and
+outputs markup for raw index entries. It is highly configurable. It
+supports many languages.
+
+This is Release Candidate 2 for xindy version 2.2,
+aka the "LaTeX Companion Release".
+Release notes are available in the file NEWS, in this distribution.
+
+It is available from Sourceforge, see http://www.xindy.org/ for more
+information. This Web Site also contains the most up-to-date
+information about xindy.
+
+
+FRESH INSTALLATION
+------------------
+Unpack the distribution archive, a directory xindy-2.2 will
+be created there. We propose to unpack it in /opt/, but you can use
+any other directory (e.g., your home directory). Add
+/opt/xindy-2.2/bin to your program search path.
+
+
+UPDATE INSTALLATION
+-------------------
+If you had installed xindy 2.2 RC1, just unpack it again in your
+chosen installation directory; files will be overwritten as needed.
+
+If you used a previous version, you need to do a fresh installation;
+no automatic upgrade path is provided.
+
+
+USAGE
+-----
+There are two main commands:
+ -- texindy, for creation of indexes for LaTeX documents
+ -- xindy, for generic index creation
+
+Manuals for these commands are supplied in PDF format, in the
+xindy-2.2/doc/ subdirectory of the distribution. These manuals are
+also supplied as man pages in xindy-2.2/man/ -- you can add this
+directory to your man search path.
+
+xindy-2.2/doc/ has more documentation. Technical reports are on our
+Web Site, http://www.xindy.org/.
+
+
+KNOWN ISSUES
+------------
+Known problems and wanted enhancements of xindy are documented in our
+SourceForge tracker system, accessible on the Web at
+https://sourceforge.net/tracker/?group_id=10646
+
+All open issues that shall be resolved before the final release of
+xindy 2.2, are tagged with the group identifier `v2.2'. As you can
+see, the main remaining problems are documentation and getting all
+distribution files together.
+
+
+DISTRIBUTION CONTENT / REST OF THE SOURCE
+-----------------------------------------
+This distribution contains
+ -- the xindy scripts and modules in source form
+ -- the xindy kernel in binary form
+ -- the xindy run time environment in binary form
+
+Source of the xindy kernel will be distributed as xindy-kernel-2.2
+from the SourceForge distribution server, at
+https://sourceforge.net/project/showfiles.php?group_id=10646 . If that
+archive is not available yet, you can fetch them from
+http://www.xindy.org/xindy-cygwin.tar.bz2 .
+
+The source of the run time environment consists of the CLISP system
+and plug-ins, available as xindy-rte-2.2 distribution. Be sure that
+you visit the "Download Source" page of the xindy Web Site,
+http://www.xindy.org/download-source.html, if you want to delve into
+this adventure.
+
+Of course, complete and current source is also available from the
+SourceForge CVS server. The source tree is not in the best shape,
+however. We are looking for people who help to work on the source, and
+will give out commit rights quickly.
+
+
+FEEDBACK / MAILING LIST
+-----------------------
+Everybody is encouraged to port xindy to new platforms. For any kind
+of suggestions, helpful comments, questions, bug reports and such,
+please mail to the xindy mailing list
+
+ xindy-discuss@lists.sourceforge.net
+
+This is a low-volume mailing list; with a few emails per month.
+You can subscribe to the list by visiting
+
+ http://lists.sourceforge.net/lists/listinfo/xindy-discuss
+
+Mailing list archives are public and can be read at
+
+ http://sourceforge.net/mailarchive/forum.php?forum=xindy-discuss
+
+
+LEGALESE
+--------
+This package is freely distributable 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 software 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 in
+the file LICENSE along with this package; if not, write to the Free
+Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
diff --git a/Build/source/utils/xindy/README b/Build/source/utils/xindy/README.distrib-source
index 6dd454e5273..6dd454e5273 100644
--- a/Build/source/utils/xindy/README
+++ b/Build/source/utils/xindy/README.distrib-source