[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

xorg-sgml-doctools: Changes to 'debian-unstable'



 .gitignore       |   13 
 ChangeLog        |  262 ++++
 Makefile.am      |   10 
 Makefile.in      |  438 -------
 aclocal.m4       |  665 -----------
 configure        | 3303 -------------------------------------------------------
 configure.ac     |   10 
 debian/changelog |   12 
 debian/control   |   14 
 debian/rules     |   26 
 defs.ent         |   46 
 install-sh       |  323 -----
 missing          |  360 -----
 13 files changed, 317 insertions(+), 5165 deletions(-)

New commits:
commit b0aeea3f42a08762161111c3b62e2c15a28ab06c
Author: Julien Cristau <jcristau@debian.org>
Date:   Sat Jan 2 15:56:07 2010 +0000

    Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index 3984dd2..dea1ec1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xorg-sgml-doctools (1:1.3-1) UNRELEASED; urgency=low
+xorg-sgml-doctools (1:1.3-1) unstable; urgency=low
 
   * Add Vcs-{Git,Browser}.
   * Run autoreconf on build.
@@ -8,7 +8,7 @@ xorg-sgml-doctools (1:1.3-1) UNRELEASED; urgency=low
   * Bump Standards-Version to 3.8.3.
   * Remove Branden from Uploaders.
 
- -- Julien Cristau <jcristau@debian.org>  Sat, 02 Jan 2010 15:45:54 +0000
+ -- Julien Cristau <jcristau@debian.org>  Sat, 02 Jan 2010 15:55:55 +0000
 
 xorg-sgml-doctools (1:1.2-2) unstable; urgency=low
 

commit 283627e659b79b12d688cfbcdff6e2e3343aef37
Author: Julien Cristau <jcristau@debian.org>
Date:   Sat Jan 2 15:55:02 2010 +0000

    Two more files to remove

diff --git a/debian/rules b/debian/rules
index 3c48653..ba60a5a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -50,7 +50,7 @@ clean:
 	rm -f conftest* */conftest*
 	rm -rf autom4te.cache */autom4te.cache
 	rm -rf obj-*
-	rm -f aclocal.m4 configure install-sh missing
+	rm -f aclocal.m4 configure config.guess config.sub install-sh missing
 	find -name Makefile.in -delete
 
 	dh_clean

commit c426c550f0b3e78a1cc43914fb845714dc5edec6
Author: Julien Cristau <jcristau@debian.org>
Date:   Sat Jan 2 15:54:07 2010 +0000

    Remove Branden from Uploaders.

diff --git a/debian/changelog b/debian/changelog
index 16a9cf7..3984dd2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ xorg-sgml-doctools (1:1.3-1) UNRELEASED; urgency=low
   * Build the package in binary-indep, not binary-arch; and fix ordering of
     some dh_* commands (lintian).
   * Bump Standards-Version to 3.8.3.
+  * Remove Branden from Uploaders.
 
  -- Julien Cristau <jcristau@debian.org>  Sat, 02 Jan 2010 15:45:54 +0000
 
diff --git a/debian/control b/debian/control
index 3aecd99..ac2639f 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: xorg-sgml-doctools
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
-Uploaders: David Nusinow <dnusinow@debian.org>, Branden Robinson <branden@debian.org>
+Uploaders: David Nusinow <dnusinow@debian.org>
 Build-Depends:
  debhelper (>= 5.0.0),
  pkg-config,

commit e41a6d21f953c4221857269f46701f24d42b40b2
Author: Julien Cristau <jcristau@debian.org>
Date:   Sat Jan 2 15:53:50 2010 +0000

    Bump Standards-Version to 3.8.3.

diff --git a/debian/changelog b/debian/changelog
index 4c5fc29..16a9cf7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ xorg-sgml-doctools (1:1.3-1) UNRELEASED; urgency=low
   * New upstream release (X11R7.5).
   * Build the package in binary-indep, not binary-arch; and fix ordering of
     some dh_* commands (lintian).
+  * Bump Standards-Version to 3.8.3.
 
  -- Julien Cristau <jcristau@debian.org>  Sat, 02 Jan 2010 15:45:54 +0000
 
diff --git a/debian/control b/debian/control
index 3753643..3aecd99 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends:
  pkg-config,
  automake,
  xutils-dev (>= 1:7.5~),
-Standards-Version: 3.7.2.2
+Standards-Version: 3.8.3
 Vcs-Git: git://git.debian.org/git/pkg-xorg/doc/xorg-sgml-doctools
 Vcs-Browser: http://git.debian.org/?p=pkg-xorg/doc/xorg-sgml-doctools.git
 

commit a981b166400e1f0628a1ca30a5d33548d16a6c44
Author: Julien Cristau <jcristau@debian.org>
Date:   Sat Jan 2 15:53:25 2010 +0000

    Build the package in binary-indep, not binary-arch
    
    Also fix ordering of some dh_* commands (lintian).

diff --git a/debian/changelog b/debian/changelog
index 4e0b322..4c5fc29 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ xorg-sgml-doctools (1:1.3-1) UNRELEASED; urgency=low
   * Add Vcs-{Git,Browser}.
   * Run autoreconf on build.
   * New upstream release (X11R7.5).
+  * Build the package in binary-indep, not binary-arch; and fix ordering of
+    some dh_* commands (lintian).
 
  -- Julien Cristau <jcristau@debian.org>  Sat, 02 Jan 2010 15:45:54 +0000
 
diff --git a/debian/rules b/debian/rules
index 90debac..3c48653 100755
--- a/debian/rules
+++ b/debian/rules
@@ -65,6 +65,10 @@ install: build
 
 # Build architecture-dependent files here.
 binary-arch: build install
+# Nothing to do
+
+# Build architecture-independent files here.
+binary-indep: build install
 	dh_testdir
 	dh_testroot
 
@@ -74,16 +78,12 @@ binary-arch: build install
 	dh_link
 	dh_compress
 	dh_fixperms
-	dh_installdeb
-	dh_shlibdeps
 	dh_makeshlibs
+	dh_shlibdeps
+	dh_installdeb
 	dh_gencontrol
 	dh_md5sums
 	dh_builddeb
 
-# Build architecture-independent files here.
-binary-indep: build install
-# Nothing to do
-
 binary: binary-indep binary-arch
 .PHONY: build clean binary-indep binary-arch binary install

commit ec52eea542fe85b100056dbac1d08d30b34f9260
Author: Julien Cristau <jcristau@debian.org>
Date:   Sat Jan 2 15:48:31 2010 +0000

    Bump xutils-dev build-dep for new macros

diff --git a/debian/control b/debian/control
index 646274a..3753643 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Build-Depends:
  debhelper (>= 5.0.0),
  pkg-config,
  automake,
- xutils-dev,
+ xutils-dev (>= 1:7.5~),
 Standards-Version: 3.7.2.2
 Vcs-Git: git://git.debian.org/git/pkg-xorg/doc/xorg-sgml-doctools
 Vcs-Browser: http://git.debian.org/?p=pkg-xorg/doc/xorg-sgml-doctools.git

commit d893d943083f092b976e105c9458d1ba997c059e
Author: Julien Cristau <jcristau@debian.org>
Date:   Sat Jan 2 15:46:35 2010 +0000

    Bump changelogs

diff --git a/ChangeLog b/ChangeLog
new file mode 100644
index 0000000..175637b
--- /dev/null
+++ b/ChangeLog
@@ -0,0 +1,255 @@
+commit 6e6499a8a5dbed6c735be281b26ac085f93f91ec
+Author: Alan Coopersmith <alan.coopersmith@sun.com>
+Date:   Thu Oct 22 17:41:05 2009 -0700
+
+    xorg-sgml-doctools 1.3
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
+
+commit 5aab704e9eabee9472d761e06141ff37b13536c1
+Author: Alan Coopersmith <alan.coopersmith@sun.com>
+Date:   Thu Oct 22 17:39:59 2009 -0700
+
+    Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
+
+commit 16f635fe5c3f1928df19dd2a5f06eb3ce5a62cd6
+Author: Alan Coopersmith <alan.coopersmith@sun.com>
+Date:   Thu Oct 22 17:39:00 2009 -0700
+
+    Set defs.ent values for 7.5 final release
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
+
+commit d9394f92e35b74a5ff7a806d82fd3c4ebd3476c3
+Author: Alan Coopersmith <alan.coopersmith@sun.com>
+Date:   Fri Sep 18 17:25:29 2009 -0700
+
+    1.2.99.901 (1.3 RC 1) snapshot for X11R7.5 RC1 docs
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
+
+commit bced00cd0359cdbff718e074902572cfb5a4d182
+Author: Alan Coopersmith <alan.coopersmith@sun.com>
+Date:   Wed Sep 16 15:42:10 2009 -0700
+
+    Update version info for X11R7.5 release
+    
+    Also drop ancient unused bits left over from XFree86 docs
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
+
+commit 346743f346bf0eec479d2379c3782f548f3145a3
+Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
+Date:   Tue Jan 27 15:49:41 2009 -0200
+
+    Correct make distcheck and add new .gitignore file.
+
+commit a89eba12b88853d7b52b65207da3211d0ace10a9
+Author: James Cloos <cloos@jhcloos.com>
+Date:   Fri Dec 7 20:37:43 2007 -0500
+
+    Fix commit 0e17d30d7b8b4a33771cbffd97cbbb8b037d8a5e
+    
+    Reported by Benjamin.Close@clearchain.com in bug #13556
+
+commit 0e17d30d7b8b4a33771cbffd97cbbb8b037d8a5e
+Author: James Cloos <cloos@jhcloos.com>
+Date:   Thu Dec 6 16:37:37 2007 -0500
+
+    Replace static ChangeLog with dist-hook to generate from git log
+
+commit 465a28bc1ca12489bbc36711e68dcd83fcf1ed10
+Author: David Nusinow <dnusinow@debian.org>
+Date:   Sat Mar 3 13:50:55 2007 -0500
+
+    Bump to 1.2
+
+commit b3b0245e8518076d8cf2892b4ef0cc42dd382472
+Author: David Nusinow <dnusinow@debian.org>
+Date:   Sat Mar 3 13:09:39 2007 -0500
+
+    Update definitions for 7.2 release
+
+commit ada9b54f379bf2c7d7f57c95124181e89c4c2196
+Author: Daniel Stone <daniel@fooishbar.org>
+Date:   Wed Nov 8 19:10:37 2006 +0200
+
+    bump to 1.1.1
+
+commit ded4a580882b7828957e308e873d1b8d605e3eb1
+Author: David Nusinow <dnusinow@debian.org>
+Date:   Mon Oct 30 20:41:43 2006 -0500
+
+    Install defs to the more standard ${prefix}/share/sgml/X11 which will allow the docbook tools to find them under normal conditions
+
+commit d5afcffb56a60def1372855259a4f89ad75c551d
+Author: Adam Jackson <ajax@nwnk.net>
+Date:   Mon May 22 22:13:40 2006 +0000
+
+    Bump to 1.1
+
+commit 1a2251c00b1e614c4f4ef768b97043c67dc7e021
+Author: Kevin E Martin <kem@kem.org>
+Date:   Mon May 22 20:02:21 2006 +0000
+
+    Update package version for X11R7.1 release.
+
+commit 973d0874c575cf910902d5383692a3fe882e4125
+Author: Kevin E Martin <kem@kem.org>
+Date:   Wed Dec 21 02:29:55 2005 +0000
+
+    Update package version for X11R7 release.
+
+commit fbb541653d507108988b6b848a651e2534623b6f
+Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
+Date:   Mon Dec 19 08:26:18 2005 +0000
+
+    Typo fixes, mailing list & url updates, and other changes to prepare for
+        X11R6.9 & 7.0 releases.
+
+commit 047688175150ce2ac1eb94a4705c25446045c5b6
+Author: Kevin E Martin <kem@kem.org>
+Date:   Mon Dec 19 06:10:48 2005 +0000
+
+    Update defs.ent from monolith.
+
+commit 621c2b154c6864f208c65c19bf562f66ffb04aa7
+Author: Kevin E Martin <kem@kem.org>
+Date:   Thu Dec 15 00:24:13 2005 +0000
+
+    Update package version number for final X11R7 release candidate.
+
+commit eea46bada6347f5206b340e432d9de878d085579
+Author: Kevin E Martin <kem@kem.org>
+Date:   Mon Dec 5 19:08:17 2005 +0000
+
+    Add missing XORG_RELEASE_VERSION to configure.ac.
+
+commit 7b2114ae211a9fee11dffc77f751898b4236f07d
+Author: Kevin E Martin <kem@kem.org>
+Date:   Wed Oct 19 02:47:59 2005 +0000
+
+    Update package version number for RC1 release.
+
+commit 2d78ceef9e002310eebb540156680e30f2bb0fd9
+Author: Kevin E Martin <kem@kem.org>
+Date:   Wed Oct 5 19:10:13 2005 +0000
+
+    Move doctools build system to subdir
+
+commit f96905ea0881ab44d5330e588530ec0d8ea2e39f
+Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
+Date:   Mon Oct 3 21:22:06 2005 +0000
+
+    - For all drivers that have a <driver>.sgml file, add code in their build
+        system to build the README file at make dist time
+    - in util/macros/xorg-macros.m4, add a new XORG_CHECK_LINUXDOC macro that
+        will check if the required tools and files exist, and if so set a
+        conditional.
+    - util/modular/symlink.sh
+    - Link all the <driver>.sgml to xf86-video-<driver>/README.sgml
+    - Add all the README.<driver> to the list of excluded files
+    - xc/programs/Xserver/hw/xfree86/doc/sgml/SiS.sgml: Various changes to make
+        it spew less warnings when the text file is built.
+
+commit 65d49941a850212cd2ab3ca7eec3001ef93f0972
+Author: Kevin E Martin <kem@kem.org>
+Date:   Fri Sep 3 22:00:10 2004 +0000
+
+    Second round of documentation updates.
+
+commit 7838c729a36b32a50d44ebbf63d84da93fee07a7
+Author: Keith Packard <keithp@keithp.com>
+Date:   Fri Sep 3 18:48:11 2004 +0000
+
+    Mostly fix version numbers and use symbolic release date.
+    Fix lots of version numbers. Change description of Composite extension a
+        bit. Add reference to Xaw8 as the version of Xaw which includes
+        XawPrintShell. Document Render additions to xclock. Document to XPrint
+        additions to xedit. Note disappearance of X-TrueType.
+    Add 'R' before &relvers;
+    Add reldate entity
+    Add 'R' before &relvers;
+    Fix version numbers. Note disapparance of X-TrueType
+
+commit 1fd00d65c58cda9cdb6aa9f59ea5f28ae3cecc2f
+Author: Kevin E Martin <kem@kem.org>
+Date:   Fri Sep 3 16:18:22 2004 +0000
+
+    First set of documentation updates.
+    Include more correct fix for rootless interaction with damage (Bug #1168,
+        Keith Packard).
+
+commit 4fa8284ab35a5b38649267a3c4b8616475c767ef
+Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
+Date:   Mon Aug 30 21:01:21 2004 +0000
+
+    Update release notes
+
+commit f2bdaaf6e45561245543cca57b72fbaf5fd8843d
+Author: Egbert Eich <eich@suse.de>
+Date:   Fri Apr 23 19:23:59 2004 +0000
+
+    Merging XORG-CURRENT into trunk
+
+commit b5147166a9485a331a2c2e56f18528d6afc0ec3b
+Author: Egbert Eich <eich@suse.de>
+Date:   Sun Mar 14 08:33:16 2004 +0000
+
+    Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
+
+commit e47a84cc52d64e04174d4a332cbc074478985d69
+Author: Egbert Eich <eich@suse.de>
+Date:   Wed Mar 3 12:12:15 2004 +0000
+
+    Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
+
+commit 3e143abd777fcf41278eed7075f1c06960828b82
+Author: Egbert Eich <eich@suse.de>
+Date:   Thu Feb 26 13:35:46 2004 +0000
+
+    readding XFree86's cvs IDs
+
+commit 923d012cbb4f5c78801a5f4cd7cf0fd16ef8b401
+Author: Egbert Eich <eich@suse.de>
+Date:   Thu Feb 26 09:23:14 2004 +0000
+
+    Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
+
+commit 27199a79a77552d3222e3e83449b10e8a43f717c
+Author: Egbert Eich <eich@suse.de>
+Date:   Thu Jan 29 08:08:27 2004 +0000
+
+    Importing vendor version xf86-012804-2330 on Thu Jan 29 00:06:33 PST 2004
+
+commit f4002443de8fc34a9ae393f7344146cacab73fa4
+Author: Kaleb Keithley <kaleb@freedesktop.org>
+Date:   Fri Dec 19 20:55:05 2003 +0000
+
+    XFree86 4.3.99.902 (RC 2)
+
+commit 960c3fe35cf2ffef7bfae275705ff54b63cfd717
+Author: Kaleb Keithley <kaleb@freedesktop.org>
+Date:   Thu Dec 4 22:03:15 2003 +0000
+
+    XFree86 4.3.99.901 (RC 1)
+
+commit 76ec7ecf342d249f0937de1c9c9985e0888cccd9
+Author: Kaleb Keithley <kaleb@freedesktop.org>
+Date:   Tue Nov 25 19:28:33 2003 +0000
+
+    XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks
+
+commit c8bac8271d1abc66c5a735e023f655cbb7f99825
+Author: Kaleb Keithley <kaleb@freedesktop.org>
+Date:   Fri Nov 14 16:48:55 2003 +0000
+
+    XFree86 4.3.0.1
+
+commit beda1c27d10ea1e73b0b513b6ac0175e6d04cf1d
+Author: Kaleb Keithley <kaleb@freedesktop.org>
+Date:   Fri Nov 14 16:48:55 2003 +0000
+
+    Initial revision
diff --git a/debian/changelog b/debian/changelog
index 577aa7c..4e0b322 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,10 @@
-xorg-sgml-doctools (1:1.2-3) UNRELEASED; urgency=low
+xorg-sgml-doctools (1:1.3-1) UNRELEASED; urgency=low
 
   * Add Vcs-{Git,Browser}.
   * Run autoreconf on build.
+  * New upstream release (X11R7.5).
 
- -- Julien Cristau <jcristau@debian.org>  Wed, 06 Jun 2007 03:38:47 +0200
+ -- Julien Cristau <jcristau@debian.org>  Sat, 02 Jan 2010 15:45:54 +0000
 
 xorg-sgml-doctools (1:1.2-2) unstable; urgency=low
 

commit 307a4ffdf3e7a23e152cda3d486ab7dc63415297
Author: Julien Cristau <jcristau@debian.org>
Date:   Sat Jan 2 15:45:08 2010 +0000

    Move XS-Vcs-* to Vcs-*

diff --git a/debian/changelog b/debian/changelog
index d3a18e3..577aa7c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,6 @@
 xorg-sgml-doctools (1:1.2-3) UNRELEASED; urgency=low
 
-  * Add XS-Vcs-*.
+  * Add Vcs-{Git,Browser}.
   * Run autoreconf on build.
 
  -- Julien Cristau <jcristau@debian.org>  Wed, 06 Jun 2007 03:38:47 +0200
diff --git a/debian/control b/debian/control
index 83b488c..646274a 100644
--- a/debian/control
+++ b/debian/control
@@ -9,8 +9,8 @@ Build-Depends:
  automake,
  xutils-dev,
 Standards-Version: 3.7.2.2
-XS-Vcs-Git: git://git.debian.org/git/pkg-xorg/doc/xorg-sgml-doctools
-XS-Vcs-Browser: http://git.debian.org/?p=pkg-xorg/doc/xorg-sgml-doctools.git
+Vcs-Git: git://git.debian.org/git/pkg-xorg/doc/xorg-sgml-doctools
+Vcs-Browser: http://git.debian.org/?p=pkg-xorg/doc/xorg-sgml-doctools.git
 
 Package: xorg-sgml-doctools
 Architecture: all

commit d61ff640c1ef939c03220fe6cc513704ceb7d9a5
Author: Julien Cristau <jcristau@debian.org>
Date:   Sat Jan 2 15:44:03 2010 +0000

    Delete generated files

diff --git a/Makefile.in b/Makefile.in
deleted file mode 100644
index f6786c7..0000000
--- a/Makefile.in
+++ /dev/null
@@ -1,438 +0,0 @@
-# Makefile.in generated by automake 1.9.6 from Makefile.am.
-# @configure_input@
-
-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005  Free Software Foundation, Inc.
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
-@SET_MAKE@
-
-# 
-#  Copyright 2005  Red Hat, Inc.
-# 
-#  Permission to use, copy, modify, distribute, and sell this software and its
-#  documentation for any purpose is hereby granted without fee, provided that
-#  the above copyright notice appear in all copies and that both that
-#  copyright notice and this permission notice appear in supporting
-#  documentation, and that the name of Red Hat not be used in
-#  advertising or publicity pertaining to distribution of the software without
-#  specific, written prior permission.  Red Hat makes no
-#  representations about the suitability of this software for any purpose.  It
-#  is provided "as is" without express or implied warranty.
-# 
-#  RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
-#  INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
-#  EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR
-#  CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
-#  DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
-#  TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
-#  PERFORMANCE OF THIS SOFTWARE.
-
-srcdir = @srcdir@
-top_srcdir = @top_srcdir@
-VPATH = @srcdir@
-pkgdatadir = $(datadir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
-top_builddir = .
-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
-INSTALL = @INSTALL@
-install_sh_DATA = $(install_sh) -c -m 644
-install_sh_PROGRAM = $(install_sh) -c
-install_sh_SCRIPT = $(install_sh) -c
-INSTALL_HEADER = $(INSTALL_DATA)
-transform = $(program_transform_name)
-NORMAL_INSTALL = :
-PRE_INSTALL = :
-POST_INSTALL = :
-NORMAL_UNINSTALL = :
-PRE_UNINSTALL = :
-POST_UNINSTALL = :
-subdir = .
-DIST_COMMON = $(am__configure_deps) $(dist_sgmlent_DATA) \
-	$(srcdir)/Makefile.am $(srcdir)/Makefile.in \
-	$(top_srcdir)/configure ChangeLog install-sh missing
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-	$(ACLOCAL_M4)
-am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
- configure.lineno configure.status.lineno
-mkinstalldirs = $(install_sh) -d
-CONFIG_CLEAN_FILES =
-SOURCES =
-DIST_SOURCES =
-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)$(sgmlentdir)"
-dist_sgmlentDATA_INSTALL = $(INSTALL_DATA)
-DATA = $(dist_sgmlent_DATA)
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-distdir = $(PACKAGE)-$(VERSION)
-top_distdir = $(distdir)
-am__remove_distdir = \
-  { test ! -d $(distdir) \
-    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
-         && rm -fr $(distdir); }; }
-DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
-GZIP_ENV = --best
-distuninstallcheck_listfiles = find . -type f -print
-distcleancheck_listfiles = find . -type f -print
-ACLOCAL = @ACLOCAL@
-AMTAR = @AMTAR@
-AUTOCONF = @AUTOCONF@
-AUTOHEADER = @AUTOHEADER@
-AUTOMAKE = @AUTOMAKE@
-AWK = @AWK@
-CYGPATH_W = @CYGPATH_W@
-DEFS = @DEFS@
-ECHO_C = @ECHO_C@
-ECHO_N = @ECHO_N@
-ECHO_T = @ECHO_T@
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
-LIBOBJS = @LIBOBJS@
-LIBS = @LIBS@
-LTLIBOBJS = @LTLIBOBJS@
-MAINT = @MAINT@
-MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
-MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
-MAKEINFO = @MAKEINFO@
-PACKAGE = @PACKAGE@
-PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
-PACKAGE_NAME = @PACKAGE_NAME@
-PACKAGE_STRING = @PACKAGE_STRING@
-PACKAGE_TARNAME = @PACKAGE_TARNAME@
-PACKAGE_VERSION = @PACKAGE_VERSION@
-PATH_SEPARATOR = @PATH_SEPARATOR@
-SET_MAKE = @SET_MAKE@
-SHELL = @SHELL@
-STRIP = @STRIP@
-VERSION = @VERSION@
-am__leading_dot = @am__leading_dot@
-am__tar = @am__tar@
-am__untar = @am__untar@
-bindir = @bindir@
-build_alias = @build_alias@
-datadir = @datadir@
-datarootdir = @datarootdir@
-docdir = @docdir@
-dvidir = @dvidir@
-exec_prefix = @exec_prefix@
-host_alias = @host_alias@
-htmldir = @htmldir@
-includedir = @includedir@
-infodir = @infodir@
-install_sh = @install_sh@
-libdir = @libdir@
-libexecdir = @libexecdir@
-localedir = @localedir@
-localstatedir = @localstatedir@
-mandir = @mandir@
-mkdir_p = @mkdir_p@
-oldincludedir = @oldincludedir@
-pdfdir = @pdfdir@
-prefix = @prefix@
-program_transform_name = @program_transform_name@
-psdir = @psdir@
-sbindir = @sbindir@
-sharedstatedir = @sharedstatedir@
-sysconfdir = @sysconfdir@
-target_alias = @target_alias@
-sgmlentdir = $(prefix)/share/sgml/X11
-dist_sgmlent_DATA = defs.ent
-all: all-am
-
-.SUFFIXES:
-am--refresh:
-	@:
-$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
-	@for dep in $?; do \
-	  case '$(am__configure_deps)' in \
-	    *$$dep*) \
-	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
-	      cd $(srcdir) && $(AUTOMAKE) --foreign  \
-		&& exit 0; \
-	      exit 1;; \
-	  esac; \
-	done; \
-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; \
-	cd $(top_srcdir) && \
-	  $(AUTOMAKE) --foreign  Makefile
-.PRECIOUS: Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-	@case '$?' in \
-	  *config.status*) \
-	    echo ' $(SHELL) ./config.status'; \
-	    $(SHELL) ./config.status;; \
-	  *) \
-	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
-	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
-	esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
-	$(SHELL) ./config.status --recheck
-
-$(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)
-uninstall-info-am:
-install-dist_sgmlentDATA: $(dist_sgmlent_DATA)
-	@$(NORMAL_INSTALL)
-	test -z "$(sgmlentdir)" || $(mkdir_p) "$(DESTDIR)$(sgmlentdir)"
-	@list='$(dist_sgmlent_DATA)'; for p in $$list; do \
-	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
-	  f=$(am__strip_dir) \
-	  echo " $(dist_sgmlentDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(sgmlentdir)/$$f'"; \
-	  $(dist_sgmlentDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(sgmlentdir)/$$f"; \
-	done
-
-uninstall-dist_sgmlentDATA:
-	@$(NORMAL_UNINSTALL)
-	@list='$(dist_sgmlent_DATA)'; for p in $$list; do \
-	  f=$(am__strip_dir) \
-	  echo " rm -f '$(DESTDIR)$(sgmlentdir)/$$f'"; \
-	  rm -f "$(DESTDIR)$(sgmlentdir)/$$f"; \
-	done
-tags: TAGS
-TAGS:
-
-ctags: CTAGS
-CTAGS:
-
-
-distdir: $(DISTFILES)
-	$(am__remove_distdir)
-	mkdir $(distdir)
-	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
-	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
-	list='$(DISTFILES)'; for file in $$list; do \
-	  case $$file in \
-	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
-	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
-	  esac; \
-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
-	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
-	    dir="/$$dir"; \
-	    $(mkdir_p) "$(distdir)$$dir"; \
-	  else \
-	    dir=''; \
-	  fi; \
-	  if test -d $$d/$$file; then \
-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
-	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
-	    fi; \
-	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
-	  else \
-	    test -f $(distdir)/$$file \
-	    || cp -p $$d/$$file $(distdir)/$$file \
-	    || exit 1; \
-	  fi; \
-	done
-	-find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
-	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
-	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
-	  ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
-	|| chmod -R a+r $(distdir)
-dist-gzip: distdir
-	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
-	$(am__remove_distdir)
-dist-bzip2: distdir
-	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
-	$(am__remove_distdir)
-
-dist-tarZ: distdir
-	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
-	$(am__remove_distdir)
-
-dist-shar: distdir
-	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
-	$(am__remove_distdir)
-
-dist-zip: distdir
-	-rm -f $(distdir).zip
-	zip -rq $(distdir).zip $(distdir)
-	$(am__remove_distdir)
-
-dist dist-all: distdir
-	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
-	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
-	$(am__remove_distdir)
-
-# This target untars the dist file and tries a VPATH configuration.  Then
-# it guarantees that the distribution is self-contained by making another
-# tarfile.
-distcheck: dist
-	case '$(DIST_ARCHIVES)' in \
-	*.tar.gz*) \
-	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
-	*.tar.bz2*) \
-	  bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
-	*.tar.Z*) \
-	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
-	*.shar.gz*) \
-	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
-	*.zip*) \
-	  unzip $(distdir).zip ;;\
-	esac
-	chmod -R a-w $(distdir); chmod a+w $(distdir)
-	mkdir $(distdir)/_build
-	mkdir $(distdir)/_inst
-	chmod a-w $(distdir)
-	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
-	  && cd $(distdir)/_build \
-	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
-	    $(DISTCHECK_CONFIGURE_FLAGS) \
-	  && $(MAKE) $(AM_MAKEFLAGS) \
-	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
-	  && $(MAKE) $(AM_MAKEFLAGS) check \
-	  && $(MAKE) $(AM_MAKEFLAGS) install \
-	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
-	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
-	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
-	        distuninstallcheck \
-	  && chmod -R a-w "$$dc_install_base" \
-	  && ({ \
-	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
-	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
-	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
-	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
-	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
-	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
-	  && rm -rf "$$dc_destdir" \
-	  && $(MAKE) $(AM_MAKEFLAGS) dist \
-	  && rm -rf $(DIST_ARCHIVES) \
-	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
-	$(am__remove_distdir)
-	@(echo "$(distdir) archives ready for distribution: "; \
-	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
-	  sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
-distuninstallcheck:
-	@cd $(distuninstallcheck_dir) \
-	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
-	   || { echo "ERROR: files left after uninstall:" ; \
-	        if test -n "$(DESTDIR)"; then \
-	          echo "  (check DESTDIR support)"; \
-	        fi ; \
-	        $(distuninstallcheck_listfiles) ; \
-	        exit 1; } >&2
-distcleancheck: distclean
-	@if test '$(srcdir)' = . ; then \
-	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
-	  exit 1 ; \
-	fi
-	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
-	  || { echo "ERROR: files left in build directory after distclean:" ; \
-	       $(distcleancheck_listfiles) ; \
-	       exit 1; } >&2
-check-am: all-am
-check: check-am
-all-am: Makefile $(DATA)
-installdirs:
-	for dir in "$(DESTDIR)$(sgmlentdir)"; do \
-	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
-	done
-install: install-am
-install-exec: install-exec-am
-install-data: install-data-am
-uninstall: uninstall-am
-
-install-am: all-am
-	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-am
-install-strip:
-	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	  `test -z '$(STRIP)' || \
-	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
-	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-
-maintainer-clean-generic:
-	@echo "This command is intended for maintainers to use"
-	@echo "it deletes files that may require special tools to rebuild."
-clean: clean-am
-
-clean-am: clean-generic mostlyclean-am
-
-distclean: distclean-am
-	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
-	-rm -f Makefile
-distclean-am: clean-am distclean-generic
-
-dvi: dvi-am
-
-dvi-am:
-
-html: html-am
-
-info: info-am
-
-info-am:
-
-install-data-am: install-dist_sgmlentDATA
-
-install-exec-am:
-
-install-info: install-info-am
-
-install-man:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-am
-	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
-	-rm -rf $(top_srcdir)/autom4te.cache
-	-rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-am
-
-mostlyclean-am: mostlyclean-generic
-
-pdf: pdf-am
-
-pdf-am:
-
-ps: ps-am
-
-ps-am:
-
-uninstall-am: uninstall-dist_sgmlentDATA uninstall-info-am
-
-.PHONY: all all-am am--refresh check check-am clean clean-generic dist \
-	dist-all dist-bzip2 dist-gzip dist-shar dist-tarZ dist-zip \
-	distcheck distclean distclean-generic distcleancheck distdir \
-	distuninstallcheck dvi dvi-am html html-am info info-am \
-	install install-am install-data install-data-am \
-	install-dist_sgmlentDATA install-exec install-exec-am \
-	install-info install-info-am install-man install-strip \
-	installcheck installcheck-am installdirs maintainer-clean \
-	maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
-	pdf-am ps ps-am uninstall uninstall-am \
-	uninstall-dist_sgmlentDATA uninstall-info-am
-
-# 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/aclocal.m4 b/aclocal.m4
deleted file mode 100644
index 06d85e9..0000000
--- a/aclocal.m4
+++ /dev/null
@@ -1,665 +0,0 @@
-# generated automatically by aclocal 1.9.6 -*- Autoconf -*-
-
-# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-# 2005  Free Software Foundation, Inc.
-# This file is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
-dnl Copyright 2005 Red Hat, Inc
-dnl
-dnl Permission to use, copy, modify, distribute, and sell this software and its
-dnl documentation for any purpose is hereby granted without fee, provided that
-dnl the above copyright notice appear in all copies and that both that
-dnl copyright notice and this permission notice appear in supporting
-dnl documentation.
-dnl
-dnl The above copyright notice and this permission notice shall be included
-dnl in all copies or substantial portions of the Software.


Reply to: