summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-04-16Add olinks to libX11 docs.HEADmasterMatt Dew1-43/+46
Experimenting with changing table layout
2011-04-08added olinks to functionsMatt Dew1-92/+88
general cleanup
2011-04-02line wrap at 80Matt Dew2-32/+125
docbook tags
2011-03-30Documentation: add Docbook external references supportGaetan Nadon4-57/+108
When writing technical documentation, it is often necessary to cross reference to other information. When that other information is not in the current document, additional support is needed, namely <olink>. A new feature with version 1.7 of xorg-sgml-doctools adds references to other documents within or outside this package. This patch adds technical support for this feature but does not change the content of the documentation as seen by the end user. Each book or article must generate a database containing the href of sections that can be referred to from another document. This database is installed in DATAROOTDIR/sgml/X11/dbs. There is a requirement that the value of DATAROOTDIR for xorg-sgml-doctools and for the package documentation is the same. This forms a virtual document tree. This database is consulted by other documents while they are being generated in order to fulfill the missing information for linking. Refer to the xorg-sgml-doctools for further technical information. Co-authored-by: Matt Dew <marcoz@osource.org> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2011-02-24Docbook: change the book id to match the xml file basenameGaetan Nadon1-1/+1
This is required for the up-coming external references support. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-12-16Use docbookx.dtd version 4.3 for all docsPaulo Zanoni1-2/+2
Signed-off-by: Paulo Zanoni <pzanoni@mandriva.com> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-11-09config: HTML file generation: use the installed copy of xorg.cssGaetan Nadon2-7/+2
Currenlty the xorg.css file is copied in each location where a DocBook/XML file resides. This produces about 70 copies in the $(docdir) install tree. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-10-29bigreqsproto 1.1.1Alan Coopersmith1-1/+2
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-10-29Cleanup bigreq.xml a bitAlan Coopersmith1-122/+111
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-06-28specs: convert bigreq.ms from xorg-docs module to DocBook XMLMatt Dew5-3/+402
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-03-28config: update AC_PREREQ statement to 2.60Gaetan Nadon1-1/+1
Unrelated to the previous patches, the new value simply reflects the reality that the minimum level for autoconf to configure all x.org modules is 2.60 dated June 2006. ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-03-28config: remove the pkgconfig pc.in file from EXTRA_DISTGaetan Nadon1-1/+0
Automake always includes it in the tarball. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2009-11-22Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILESGaetan Nadon1-0/+2
Now that the INSTALL file is generated. Allows running make maintainer-clean.
2009-11-16README: file created or updated #24206Gaetan Nadon1-0/+30
Contains a set of URLs to freedesktop.org.
2009-11-15Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432Gaetan Nadon1-3/+0
ChangeLog filename is known to Automake and requires no further coding in the makefile.
2009-11-15Makefile.am: INSTALL file is missing or incorrect #24206Gaetan Nadon1-2/+5
The standard GNU file on building/installing tarball is copied using the XORG_INSTALL macro contained in XORG_DEFAULT_OPTIONS Add INSTALL target
2009-11-15configure.ac: deploy the new XORG_DEFAULT_OPTIONS #24242Gaetan Nadon1-5/+5
This macro aggregate a number of existing macros that sets commmon X.Org components configuration options. It shields the configuration file from future changes.
2009-11-15configure.ac: AM_MAINTAINER_MODE missing #24238Gaetan Nadon1-0/+1
This turns off maintainer mode build rules in tarballs. Works in conjunction with autogen.sh --enable-maintainer-mode
2009-11-15.gitignore: use common defaults with custom section # 24239Gaetan Nadon1-7/+71
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.
2009-08-26bigreqsproto 1.1.0Peter Hutterer1-1/+1
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-08-26Move bigreqstr.h to bigreqsproto.h.Peter Hutterer3-67/+71
Leave a stub for bigreqstr.h to warn potential users. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-08-25Remove RCS tags.Peter Hutterer1-2/+0
2009-01-27Janitor: Correct make distcheck and dont distribute autogen.shPaulo Cesar Pereira de Andrade3-2/+9
2007-12-06Replace static ChangeLog with dist-hook to generate from git logJames Cloos2-4/+10
2007-09-03Add *~ to .gitignore to skip patch/emacs droppingsJames Cloos1-0/+1
2006-07-14renamed: .cvsignore -> .gitignoreAlan Coopersmith1-0/+0
2005-12-15Update package version number for final X11R7 release candidate.Kevin E Martin2-1/+5
2005-10-19Update package version number for RC1 release.Kevin E Martin1-1/+1
2005-08-02Add basic .cvsignore files for proto modules.Eric Anholt1-0/+10
2005-07-29Various changes preparing packages for RC0:Kevin E Martin1-2/+4
- Verify and update package version numbers as needed - Implement versioning scheme - Change bug address to point to bugzilla bug entry form - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to reenable it) - Fix makedepend to use pkgconfig and pass distcheck - Update build script to build macros first - Update modular Xorg version
2005-05-21Change version to 1.0.Daniel Stone1-1/+1
2005-05-19revert last change, didn't do right thing at all, sorry for the noiseAdam Jackson1-1/+1
2005-05-19Require automake 1.7 in AM_INIT_AUTOMAKEAdam Jackson1-1/+1
2005-05-14Add some COPYING files.Josh Triplett1-0/+21
2005-05-09Change all the protonames from <extension>Ext to <extension>Proto.Søren Sandmann Pedersen3-5/+5
2005-05-06Initial build system files for proto module.Kevin E Martin4-0/+35
2004-04-23Merging XORG-CURRENT into trunkEgbert Eich1-1/+1
2004-03-14Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004Egbert Eich1-1/+1
2004-03-03Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004Egbert Eich1-1/+1
2004-02-26readding XFree86's cvs IDsEgbert Eich1-1/+1
2004-02-26Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004Egbert Eich1-1/+1
2003-11-25XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksKaleb Keithley1-0/+6
2003-11-14XFree86 4.3.0.1Kaleb Keithley0-0/+0
2003-11-14R6.6 is the Xorg base-lineKaleb Keithley1-0/+63