Commit graph

41 commits

Author SHA1 Message Date
Gaetan Nadon
ea8af5fe7f Documentation: add Docbook external references support
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-03-30 20:18:36 -04:00
Alan Coopersmith
74a10bb2f4 spec: Fix section titles/nesting
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-12-16 17:45:23 -08:00
Gaetan Nadon
043885855c config: HTML file generation: use the installed copy of xorg.css
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-11-09 15:19:09 -05:00
Alan Coopersmith
2fce721a9a fontsproto 2.1.1
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-10-29 21:29:15 -07:00
Alan Coopersmith
aa59b49bb7 fsproto.xml: Convert ASCII art figures to UTF-8 line drawings
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-10-29 21:26:13 -07:00
Matt Dew
ddb2392d7a specs: convert protocol fsproto from xorg-docs to DocBook XML
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-08-09 12:18:00 -04:00
Gaetan Nadon
40b8f3e374 config: update AC_PREREQ statement to 2.60
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-28 19:25:52 -04:00
Gaetan Nadon
b018907748 config: remove the pkgconfig pc.in file from EXTRA_DIST
Automake always includes it in the tarball.

Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-03-28 19:00:31 -04:00
Gaetan Nadon
4a85fd6b89 Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
Now that the INSTALL file is generated.
Allows running make maintainer-clean.
2009-11-22 19:24:48 -05:00
Gaetan Nadon
96fe6327d6 README: file created or updated #24206
Contains a set of URLs to freedesktop.org.
2009-11-16 11:13:30 -05:00
Gaetan Nadon
84f5d55eec Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
ChangeLog filename is known to Automake and requires no further
coding in the makefile.
2009-11-15 19:45:26 -05:00
Gaetan Nadon
5cd013191e Makefile.am: INSTALL file is missing or incorrect #24206
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-15 18:31:28 -05:00
Gaetan Nadon
8bb119d1c7 configure.ac: deploy the new XORG_DEFAULT_OPTIONS #24242
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-15 18:11:36 -05:00
Gaetan Nadon
b6b91c61fa configure.ac: AM_MAINTAINER_MODE missing #24238
This turns off maintainer mode build rules in tarballs.
Works in conjunction with autogen.sh --enable-maintainer-mode
2009-11-15 13:55:25 -05:00
Gaetan Nadon
ef2976f9b4 .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.
2009-11-15 13:22:55 -05:00
Peter Hutterer
8ce8e2e503 fontsproto 2.1.0
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-08-27 16:21:09 +10:00
Peter Hutterer
c2c7f7c5b7 Remove RCS tags
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-08-27 16:16:36 +10:00
Paulo Cesar Pereira de Andrade
72c22dd717 Janitor: Correct make distcheck and dont distribute autogen.sh 2009-01-27 20:06:28 -02:00
James Cloos
451d42b3e5 Replace static ChangeLog with dist-hook to generate from git log 2007-12-06 16:39:01 -05:00
James Cloos
863651c2af Add *~ to .gitignore to skip patch/emacs droppings 2007-09-03 05:54:04 -04:00
Alan Coopersmith
8d5cafd32d renamed: .cvsignore -> .gitignore 2006-07-14 18:56:15 -07:00
Kevin E Martin
6ddcf067a4 Update package version number for final X11R7 release candidate. 2005-12-15 00:24:37 +00:00
Kevin E Martin
bb2fe46e44 Update package version number for RC1 release. 2005-10-19 02:48:14 +00:00
Eric Anholt
9956a3dd5c Add basic .cvsignore files for proto modules. 2005-08-02 19:19:38 +00:00
Kevin E Martin
d63eb21475 Various changes preparing packages for RC0:
- 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-07-29 21:22:55 +00:00
Daniel Stone
4a938cdb4e Change version to 2.0. 2005-05-21 03:52:47 +00:00
Adam Jackson
82b845b9a1 revert last change, didn't do right thing at all, sorry for the noise 2005-05-19 00:22:39 +00:00
Adam Jackson
46342b904d Require automake 1.7 in AM_INIT_AUTOMAKE 2005-05-19 00:10:18 +00:00
Josh Triplett
e25b847cf6 The headers should go in include/X11/fonts, not include/X11/extensions. 2005-05-14 09:35:25 +00:00
Josh Triplett
747b5f710f Add COPYING file for Fonts. 2005-05-14 08:58:05 +00:00
Søren Sandmann Pedersen
f875959fca Change all the protonames from <extension>Ext to <extension>Proto. 2005-05-09 18:20:04 +00:00
Kevin E Martin
79c89e7f8b Initial build system files for proto module. 2005-05-06 01:46:30 +00:00
Egbert Eich
f8419f8462 Merging XORG-CURRENT into trunk 2004-04-23 18:43:08 +00:00
Egbert Eich
89c4f5b099 Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004 2004-03-14 08:31:37 +00:00
Egbert Eich
ae0ac1684e Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004 2004-03-03 12:10:54 +00:00
Egbert Eich
08666a657f readding XFree86's cvs IDs 2004-02-26 13:35:14 +00:00
Egbert Eich
bd9361f063 Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004 2004-02-26 09:22:28 +00:00
Kaleb Keithley
ba8889a4f7 XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks 2003-11-25 19:28:02 +00:00
Kaleb Keithley
5be5f86894 XFree86 4.3.0.1 2003-11-14 16:48:44 +00:00
Kaleb Keithley
d551e3eaf4 Initial revision 2003-11-14 16:48:44 +00:00
Kaleb Keithley
387de4c2e9 R6.6 is the Xorg base-line 2003-11-14 15:54:35 +00:00