.gitignore | 79 +++++++++++++++++++++++++++--- COPYING | 42 ++++++++++++++++ ChangeLog | 98 ++++++++++++++++++++++++++++++++++++++ Makefile.am | 17 ++++-- README | 28 ++++++++++ configure.ac | 8 ++- debian/changelog | 11 +++- debian/copyright | 25 +++++++++ debian/xorg-sgml-doctools.install | 3 + xorg-sgml-doctools.pc.in | 6 ++ xorg.css | 86 +++++++++++++++++++++++++++++++++ xorg.xsl | 40 +++++++++++++++ 12 files changed, 425 insertions(+), 18 deletions(-)
New commits: commit b290bd0ad7185f72020b4925a1534419349d4ce6 Author: Robert Hooker <[email protected]> Date: Mon Jul 5 12:44:52 2010 -0400 Update copyright. diff --git a/debian/changelog b/debian/changelog index a10a3ad..e296e21 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,8 +8,9 @@ xorg-sgml-doctools (1:1.5-1) UNRELEASED; urgency=low * New upstream release (1.5). * Install the new files included upstream: xorg.css, xorg.xsl, xorg-sgml-doctools.pc. + * Update copyright. - -- Robert Hooker <[email protected]> Mon, 05 Jul 2010 12:36:34 -0400 + -- Robert Hooker <[email protected]> Mon, 05 Jul 2010 12:42:46 -0400 xorg-sgml-doctools (1:1.3-1) unstable; urgency=low diff --git a/debian/copyright b/debian/copyright index 8d205e8..5b67e25 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,4 +1,27 @@ -Copyright 2005 Red Hat, Inc. +Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and associated documentation files (the "Software"), +to deal in the Software without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice (including the next +paragraph) shall be included in all copies or substantial portions of the +Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +DEALINGS IN THE SOFTWARE. + + ------------------------------------------------------------------ + +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 commit 2c4c965abdd75340c0170398f69a91abf6dac120 Author: Robert Hooker <[email protected]> Date: Mon Jul 5 12:39:20 2010 -0400 Install the new files provided in the upstream package. diff --git a/debian/changelog b/debian/changelog index 07d6eac..a10a3ad 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,8 +6,10 @@ xorg-sgml-doctools (1:1.5-1) UNRELEASED; urgency=low [ Robert Hooker ] * New upstream release (1.5). + * Install the new files included upstream: xorg.css, xorg.xsl, + xorg-sgml-doctools.pc. - -- Robert Hooker <[email protected]> Mon, 05 Jul 2010 12:19:58 -0400 + -- Robert Hooker <[email protected]> Mon, 05 Jul 2010 12:36:34 -0400 xorg-sgml-doctools (1:1.3-1) unstable; urgency=low diff --git a/debian/xorg-sgml-doctools.install b/debian/xorg-sgml-doctools.install index 92120c3..4f37153 100644 --- a/debian/xorg-sgml-doctools.install +++ b/debian/xorg-sgml-doctools.install @@ -1 +1,4 @@ usr/share/sgml/X11/defs.ent +usr/share/sgml/X11/xorg.css +usr/share/sgml/X11/xorg.xsl +usr/share/pkgconfig/xorg-sgml-doctools.pc commit b13a25133ced584187f0c1011f4a00aefb484af0 Author: Robert Hooker <[email protected]> Date: Mon Jul 5 12:35:13 2010 -0400 Bump changelogs. diff --git a/ChangeLog b/ChangeLog index 175637b..9993881 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,101 @@ +commit 54baef2c1d4dd6a99282530219f47bb4de0c6841 +Author: Alan Coopersmith <[email protected]> +Date: Wed Jun 23 11:29:48 2010 -0700 + + xorg-sgml-doctools 1.5 + + Signed-off-by: Alan Coopersmith <[email protected]> + +commit 9f9351ee54b3850ceb399c57310c804b0c1ef0d0 +Author: Alan Coopersmith <[email protected]> +Date: Fri Jun 18 19:32:07 2010 -0700 + + Bump minimum autoconf version required to 2.60 + + Signed-off-by: Alan Coopersmith <[email protected]> + +commit 6440d5135fc1f9c9e71dbb638e392474dd9f1114 +Author: Alan Coopersmith <[email protected]> +Date: Fri Jun 18 19:31:18 2010 -0700 + + Add COPYING & README files + + Signed-off-by: Alan Coopersmith <[email protected]> + +commit dabf5491b6a80733119b6d329dc11953afe28933 +Author: Alan Coopersmith <[email protected]> +Date: Tue Jun 15 22:03:33 2010 -0700 + + Provide common CSS & XSL stylesheets for DocBook docs + + These have been copied into & expanded in several modules already, + might as well make a common copy to share so that our docs end up + with a common style. + + Signed-off-by: Alan Coopersmith <[email protected]> + Reviewed-by: Dan Nicholson <[email protected]> + +commit 2383379b0df5bab37a4f00436b87dfe42706f777 +Author: Gaetan Nadon <[email protected]> +Date: Mon Apr 5 09:43:24 2010 -0400 + + Version bump: 1.4 + + Signed-off-by: Gaetan Nadon <[email protected]> + +commit 891bf2c1ed9f6efbd8175537e15f8732a94e7e77 +Author: Yaakov Selkowitz <[email protected]> +Date: Thu Mar 25 03:20:01 2010 -0500 + + Provide a pkg-config file + + This allows the SGML entities to be found no matter where they are + installed, or even when cross-compiling. + + Signed-off-by: Yaakov Selkowitz <[email protected]> + Reviewed-by: Gaetan Nadon <[email protected]> + +commit 8ed8830794a1a16494bc2771e3684fc877bea776 +Author: Gaetan Nadon <[email protected]> +Date: Tue Dec 1 20:23:03 2009 -0500 + + Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES + + Now that the INSTALL file is generated. + Allows running make maintainer-clean. + + Signed-off-by: Gaetan Nadon <[email protected]> + +commit 30e74edd11466dd0b8b374b0f0d11b00def49660 +Author: Gaetan Nadon <[email protected]> +Date: Wed Oct 28 14:09:09 2009 -0400 + + INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206 + + Add missing INSTALL file. Use standard GNU file on building tarball + README may have been updated + Remove AUTHORS file as it is empty and no content available yet. + Remove NEWS file as it is empty and no content available yet. + +commit e3250dcc6c5a835e490dad1553a4b36e7e84c5f6 +Author: Gaetan Nadon <[email protected]> +Date: Mon Oct 26 22:08:40 2009 -0400 + + Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432 + + ChangeLog filename is known to Automake and requires no further + coding in the makefile. + +commit 549c0f1be6b2283a7c0818ffe06a405e421d5544 +Author: Gaetan Nadon <[email protected]> +Date: Thu Oct 22 12:34:16 2009 -0400 + + .gitignore: use common defaults with custom section # 24239 + + Using common defaults will reduce errors and maintenance. + Only the very small or inexistent custom section need periodic maintenance + when the structure of the component changes. Do not edit defaults. + commit 6e6499a8a5dbed6c735be281b26ac085f93f91ec Author: Alan Coopersmith <[email protected]> Date: Thu Oct 22 17:41:05 2009 -0700 diff --git a/debian/changelog b/debian/changelog index 43b9357..07d6eac 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,13 @@ -xorg-sgml-doctools (1:1.3-2) UNRELEASED; urgency=low +xorg-sgml-doctools (1:1.5-1) UNRELEASED; urgency=low + [ Julien Cristau ] * Rename the build directory to not include DEB_BUILD_GNU_TYPE for no good reason. Thanks, Colin Watson! - -- Julien Cristau <[email protected]> Sat, 16 Jan 2010 16:47:58 +0000 + [ Robert Hooker ] + * New upstream release (1.5). + + -- Robert Hooker <[email protected]> Mon, 05 Jul 2010 12:19:58 -0400 xorg-sgml-doctools (1:1.3-1) unstable; urgency=low commit 54baef2c1d4dd6a99282530219f47bb4de0c6841 Author: Alan Coopersmith <[email protected]> Date: Wed Jun 23 11:29:48 2010 -0700 xorg-sgml-doctools 1.5 Signed-off-by: Alan Coopersmith <[email protected]> diff --git a/configure.ac b/configure.ac index a956037..6ca9198 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,10 @@ dnl dnl Process this file with autoconf to create configure. AC_PREREQ([2.60]) -AC_INIT(xorg-sgml-doctools,[1.4], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],xorg-sgml-doctools) +AC_INIT(xorg-sgml-doctools, + [1.5], + [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], + xorg-sgml-doctools) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE commit 9f9351ee54b3850ceb399c57310c804b0c1ef0d0 Author: Alan Coopersmith <[email protected]> Date: Fri Jun 18 19:32:07 2010 -0700 Bump minimum autoconf version required to 2.60 Signed-off-by: Alan Coopersmith <[email protected]> diff --git a/configure.ac b/configure.ac index a2f552d..a956037 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ dnl PERFORMANCE OF THIS SOFTWARE. dnl dnl Process this file with autoconf to create configure. -AC_PREREQ([2.57]) +AC_PREREQ([2.60]) AC_INIT(xorg-sgml-doctools,[1.4], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],xorg-sgml-doctools) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE commit 6440d5135fc1f9c9e71dbb638e392474dd9f1114 Author: Alan Coopersmith <[email protected]> Date: Fri Jun 18 19:31:18 2010 -0700 Add COPYING & README files Signed-off-by: Alan Coopersmith <[email protected]> diff --git a/COPYING b/COPYING new file mode 100644 index 0000000..5b67e25 --- /dev/null +++ b/COPYING @@ -0,0 +1,42 @@ +Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and associated documentation files (the "Software"), +to deal in the Software without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice (including the next +paragraph) shall be included in all copies or substantial portions of the +Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +DEALINGS IN THE SOFTWARE. + + ------------------------------------------------------------------ + +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. diff --git a/README b/README new file mode 100644 index 0000000..c456853 --- /dev/null +++ b/README @@ -0,0 +1,28 @@ +This package provides a common set of SGML entities and XML/CSS style +sheets used in building/formatting the documentation provided in other +X.Org packages. It's typically only needed by people building from +source who want to produce formatted documentation from their builds. + +All questions regarding this software should be directed at the +Xorg mailing list: + + http://lists.freedesktop.org/mailman/listinfo/xorg + +Please submit bug reports to the Xorg bugzilla: + + https://bugs.freedesktop.org/enter_bug.cgi?product=xorg + +The master development code repository can be found at: + + git://anongit.freedesktop.org/git/xorg/doc/xorg-sgml-doctools + + http://cgit.freedesktop.org/xorg/doc/xorg-sgml-doctools + +For patch submission instructions, see: + + http://www.x.org/wiki/Development/Documentation/SubmittingPatches + +For more information on the git code manager, see: + + http://wiki.x.org/wiki/GitPage + commit dabf5491b6a80733119b6d329dc11953afe28933 Author: Alan Coopersmith <[email protected]> Date: Tue Jun 15 22:03:33 2010 -0700 Provide common CSS & XSL stylesheets for DocBook docs These have been copied into & expanded in several modules already, might as well make a common copy to share so that our docs end up with a common style. Signed-off-by: Alan Coopersmith <[email protected]> Reviewed-by: Dan Nicholson <[email protected]> diff --git a/Makefile.am b/Makefile.am index 11ea95a..049abac 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,9 +19,9 @@ # TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -sgmlentdir = $(prefix)/share/sgml/X11 +sgmldir = $(prefix)/share/sgml/X11 -dist_sgmlent_DATA = defs.ent +dist_sgml_DATA = defs.ent xorg.css xorg.xsl pkgconfigdir = $(datadir)/pkgconfig pkgconfig_DATA = xorg-sgml-doctools.pc diff --git a/xorg.css b/xorg.css new file mode 100644 index 0000000..ea70099 --- /dev/null +++ b/xorg.css @@ -0,0 +1,86 @@ +/* + * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice (including the next + * paragraph) shall be included in all copies or substantial portions of the + * Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL + * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER + * DEALINGS IN THE SOFTWARE. + */ + +/* Shared stylesheet for X.Org documentation translated to HTML format */ + +body { + font-family: sans-serif; + background: white; + color: black; +} + +div.sect1 { + border-top: 1px solid #2b5e82; +} + +.structname, .property, .errorname, .function, .parameter, .filename, +.type, .symbol, .funcsynopsis, .synopsis { + font-family: monospace; +} + +.funcsynopsis, .synopsis { + background: #e6e6fa; + border: 1px solid #aaaaaa; + padding: 0.5em; + clear: both; +} + +.programlisting { + background: #ffefd5; + margin: 0 1.0em; + padding-top: 0.5em; +} + +.funcsynopsis p, table p, .synopsis p, .figure p { + margin: 0; +} + +.variablelist { + padding-left: 0.5em; +} + +td { + padding-left: 0.5em; +} + +h1, .author, .pubdate, .abstract { + text-align: center; +} + +.legalnotice { + text-align: justify; + font-size: small; + font-style: italic; +} + +.warning { + border: 1px solid red; + background: yellow; + padding-left: 0.5em; +} + +.figure-float { + float: right; + margin-left: 0.5em; +} + diff --git a/xorg.xsl b/xorg.xsl new file mode 100644 index 0000000..eaa05dc --- /dev/null +++ b/xorg.xsl @@ -0,0 +1,40 @@ +<?xml version="1.0" encoding="utf-8"?> +<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" + version="1.0"> + <!-- +Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and associated documentation files (the "Software"), +to deal in the Software without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice (including the next +paragraph) shall be included in all copies or substantial portions of the +Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +DEALINGS IN THE SOFTWARE. + --> + + <!-- + Shared stylesheet for X.Org documentation formatted in DocBook/XML + --> + <xsl:param name="html.cleanup" select="1"/> + <xsl:param name="html.stylesheet" select="'xorg.css'"/> + <xsl:param name="chunker.output.indent">yes</xsl:param> + <xsl:param name="html.extra.head.links" select="1"/> + <xsl:param name="saxon.character.representation" select="'entity;decimal'"/> + <xsl:param name="function.parens" select="1"/> + <xsl:param name="funcsynopsis.style" select="ansi"/> + <xsl:param name="abstract.notitle.enabled" select="1"/> + <xsl:param name="variablelist.as.table" select="1"/> + <xsl:param name="use.svg" select="1"/> +</xsl:stylesheet> commit 2383379b0df5bab37a4f00436b87dfe42706f777 Author: Gaetan Nadon <[email protected]> Date: Mon Apr 5 09:43:24 2010 -0400 Version bump: 1.4 Signed-off-by: Gaetan Nadon <[email protected]> diff --git a/configure.ac b/configure.ac index dd97a27..a2f552d 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,7 @@ dnl dnl Process this file with autoconf to create configure. AC_PREREQ([2.57]) -AC_INIT(xorg-sgml-doctools,[1.3], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],xorg-sgml-doctools) +AC_INIT(xorg-sgml-doctools,[1.4], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],xorg-sgml-doctools) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE commit 891bf2c1ed9f6efbd8175537e15f8732a94e7e77 Author: Yaakov Selkowitz <[email protected]> Date: Thu Mar 25 03:20:01 2010 -0500 Provide a pkg-config file This allows the SGML entities to be found no matter where they are installed, or even when cross-compiling. Signed-off-by: Yaakov Selkowitz <[email protected]> Reviewed-by: Gaetan Nadon <[email protected]> diff --git a/Makefile.am b/Makefile.am index f05b87a..11ea95a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -23,6 +23,9 @@ sgmlentdir = $(prefix)/share/sgml/X11 dist_sgmlent_DATA = defs.ent +pkgconfigdir = $(datadir)/pkgconfig +pkgconfig_DATA = xorg-sgml-doctools.pc + MAINTAINERCLEANFILES = ChangeLog INSTALL .PHONY: ChangeLog INSTALL diff --git a/configure.ac b/configure.ac index 9f290a5..dd97a27 100644 --- a/configure.ac +++ b/configure.ac @@ -35,4 +35,5 @@ AC_PROG_INSTALL AC_OUTPUT([ Makefile + xorg-sgml-doctools.pc ]) diff --git a/xorg-sgml-doctools.pc.in b/xorg-sgml-doctools.pc.in new file mode 100644 index 0000000..ae1422a --- /dev/null +++ b/xorg-sgml-doctools.pc.in @@ -0,0 +1,6 @@ +pref...@prefix@ +sgmlrootdir=${prefix}/share/sgml + +Name: xorg-sgml-doctools +Description: SGML entities for X.Org documentation +Version: @VERSION@ commit 8ed8830794a1a16494bc2771e3684fc877bea776 Author: Gaetan Nadon <[email protected]> Date: Tue Dec 1 20:23:03 2009 -0500 Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES Now that the INSTALL file is generated. Allows running make maintainer-clean. Signed-off-by: Gaetan Nadon <[email protected]> diff --git a/Makefile.am b/Makefile.am index 3f448c7..f05b87a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -23,6 +23,7 @@ sgmlentdir = $(prefix)/share/sgml/X11 dist_sgmlent_DATA = defs.ent +MAINTAINERCLEANFILES = ChangeLog INSTALL .PHONY: ChangeLog INSTALL commit 30e74edd11466dd0b8b374b0f0d11b00def49660 Author: Gaetan Nadon <[email protected]> Date: Wed Oct 28 14:09:09 2009 -0400 INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206 Add missing INSTALL file. Use standard GNU file on building tarball README may have been updated Remove AUTHORS file as it is empty and no content available yet. Remove NEWS file as it is empty and no content available yet. diff --git a/Makefile.am b/Makefile.am index 3c86ac3..3f448c7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -24,9 +24,12 @@ sgmlentdir = $(prefix)/share/sgml/X11 dist_sgmlent_DATA = defs.ent -.PHONY: ChangeLog +.PHONY: ChangeLog INSTALL + +INSTALL: + $(INSTALL_CMD) ChangeLog: $(CHANGELOG_CMD) -dist-hook: ChangeLog +dist-hook: ChangeLog INSTALL commit e3250dcc6c5a835e490dad1553a4b36e7e84c5f6 Author: Gaetan Nadon <[email protected]> Date: Mon Oct 26 22:08:40 2009 -0400 Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432 ChangeLog filename is known to Automake and requires no further coding in the makefile. diff --git a/Makefile.am b/Makefile.am index 5650b2a..3c86ac3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -23,8 +23,6 @@ sgmlentdir = $(prefix)/share/sgml/X11 dist_sgmlent_DATA = defs.ent -EXTRA_DIST = ChangeLog -MAINTAINERCLEANFILES = ChangeLog .PHONY: ChangeLog commit 549c0f1be6b2283a7c0818ffe06a405e421d5544 Author: Gaetan Nadon <[email protected]> Date: Thu Oct 22 12:34:16 2009 -0400 .gitignore: use common defaults with custom section # 24239 Using common defaults will reduce errors and maintenance. Only the very small or inexistent custom section need periodic maintenance when the structure of the component changes. Do not edit defaults. diff --git a/.gitignore b/.gitignore index 9031468..1a58629 100644 --- a/.gitignore +++ b/.gitignore @@ -1,13 +1,78 @@ -*~ -ChangeLog -Makefile -Makefile.in +# +# X.Org module default exclusion patterns +# The next section if for module specific patterns +# +# Do not edit the following section +# GNU Build System (Autotools) aclocal.m4 -autom4te.cache +autom4te.cache/ +autoscan.log +ChangeLog +compile +config.guess +config.h +config.h.in config.log +config-ml.in +config.py config.status +config.status.lineno +config.sub configure +configure.scan +depcomp +.deps/ +INSTALL install-sh +.libs/ +libtool +libtool.m4 +ltmain.sh +lt~obsolete.m4 +ltoptions.m4 +ltsugar.m4 +ltversion.m4 +Makefile +Makefile.in +mdate-sh missing -tags -xorg-sgml-doctools-*.tar.* +mkinstalldirs +*.pc +py-compile +stamp-h? +symlink-tree +texinfo.tex +ylwrap + +# Do not edit the following section +# Edit Compile Debug Document Distribute +*~ +*.[0-9] +*.[0-9]x +*.bak +*.bin +core +*.dll +*.exe +*-ISO*.bdf +*-JIS*.bdf +*-KOI8*.bdf +*.kld +*.ko +*.ko.cmd +*.lai +*.l[oa] +*.[oa] +*.obj +*.patch +*.so +*.pcf.gz +*.pdb +*.tar.bz2 +*.tar.gz +# +# Add & Override patterns for xorg-sgml-doctools +# +# Edit the following section as needed +# For example, !report.pc overrides *.pc. See 'man gitignore' +# -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

