summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
2024-04-07xorg-sgml-doctools 1.12.1xorg-sgml-doctools-1.12.1masterAlan Coopersmith
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2023-02-18Switch to XORG_DEFAULT_NOCODE_OPTIONSAlan Coopersmith
Stop running all sorts of compiler tests we don't need since there is no code in this module to compile. Requires xorg-macros 1.20. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2022-07-18Build xz tarballs instead of bzip2Alan Coopersmith
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2022-04-03xorg-sgml-doctools 1.12xorg-sgml-doctools-1.12Alan Coopersmith
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2018-11-25Update configure.ac bug URL for gitlab migrationAlan Coopersmith
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2014-06-04configure: Drop AM_MAINTAINER_MODEAlan Coopersmith
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2012-06-04xorg-sgml-doctools 1.11 (X11R7.7)xorg-sgml-doctools-1.11Alan Coopersmith
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2012-04-141.10.99.901 (1.11 RC1) snapshot for X11R7.7 RC1 docsxorg-sgml-doctools-1.10.99.901Alan Coopersmith
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2011-09-09Version bump: 1.10xorg-sgml-doctools-1.10Gaetan Nadon
The masterdbs for olink have changed. Currently only bigreqproto has olinks to libX11. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2011-08-19Version bump: 1.9xorg-sgml-doctools-1.9Gaetan Nadon
Mainly for the new xorg-chunk.xsl Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2011-06-11Version bump: 1.8xorg-sgml-doctools-1.8Gaetan Nadon
For olinks to be resolved, updated protos, libs and xserver are required. These will require XORG_CHECK_SGML_DOCTOOLS(1.8) Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2011-03-29Version bump: 1.7xorg-sgml-doctools-1.7Gaetan Nadon
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2011-03-29DocBook/XML: add support for docbook external referencesGaetan Nadon
Documents external references ----------------------------- A new feature with version 1.7 is references to documents in other packages. For example a protocol specifications may refer to another one or to a library implementing it. This feature works with PDF, HTML, PS (and epub?) generated documents and will generate links to the other versions of the same type, i.e. html docs will link to other html docs, and pdf docs will link to other pdf docs. New: generating target databases -------------------------------- All documents will generate a target db, analogous to a symbol table which will be consulted by other documents to find linking information. This is accomplished with xsltproc. New: consulting target databases -------------------------------- While documents are being converted from xml to html/pdf/ps, they will consult the target dbs of each document they which to refer to. This is accomplished with xmlto. New: master database -------------------- A hand written database has been created which provides an association between the target dbs and the document themselves. It also reflects the hierarchical structure of the documents relative to the installation dir. New: xorg-xhtml.xsl and xorg-fo.xsl ----------------------------------- A number of motivations are behind the new (and split) versions of xorg.xsl. This module must remain backward compatible to build previous versions of documentation. It was originally designed a while ago for sgml. Given that all documents makefile had to change, it seemed a good opportunity to break from the past. Among the differences: The location of xorg.css is no longer set in the stylesheet. The chunked html is no longer supported. The html and fo parameters are kept separate. Additional parameters for external references. Now allows different values for html/fo xsl for the same parameter should that be required. The xorg-xhtml.xsl imports html/docbook.xsl The xorg-fo.xsl imports fo/docbook.xsl Co-authored-by: Matt Dew <marcoz@osource.org> Acked-by: Dan Nicholson <dbn.lists@gmail.com> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2011-02-01config: comment, minor upgrade, quote and layout configure.acGaetan Nadon
Group statements per section as per Autoconf standard layout Quote statements where appropriate. Autoconf recommends not using dnl instead of # for comments Use AC_CONFIG_FILES to replace the deprecated AC_OUTPUT with parameters. Add AC_CONFIG_SRCDIR([Makefile.am]) where missing Update minimum version of util-macros to at least 1.8. No functional configuration changes This helps automated maintenance and release activities. Details can be found in http://wiki.x.org/wiki/NewModuleGuidelines Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-12-18xorg-sgml-doctools 1.6xorg-sgml-doctools-1.6Alan Coopersmith
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-11-111.5.99.901 (1.6 RC 1) snapshot for X11R7.6 RC1 docsxorg-sgml-doctools-1.5.99.901Alan Coopersmith
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-11-08Upgrade xorg-sgml-doctools to Autoconf 2.60 directory architectureGaetan Nadon
Currently the value of sgmlrootdir is hard coded relative to $prefix. In Autoconf 2.60, $datarootdir has been added to define the architecture independent data directory. --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] Relative to that location, a number of subdirectories have been defined: --datadir=DIR read-only architecture-independent data [DATAROOTDIR] --infodir=DIR info documentation [DATAROOTDIR/info] --localedir=DIR locale-dependent data [DATAROOTDIR/locale] --mandir=DIR man documentation [DATAROOTDIR/man] --docdir=DIR documentation root [DATAROOTDIR/doc/xorg-sgml-doctools] --htmldir=DIR html documentation [DOCDIR] --dvidir=DIR dvi documentation [DOCDIR] --pdfdir=DIR pdf documentation [DOCDIR] --psdir=DIR ps documentation [DOCDIR] The sgmlrootdir should hang off datarootdir. If there is a need to specify a different location, a new configure option should be added: --sgmldir=DIR sgml stylesheets and entities [DATAROOTDIR/sgml] An sgmlrootdir Automake variable is defined in configure.ac to provide a unique value holder for the sgmlrootdir. Variable PACKAGE_VERSION is preferred over the undocumented VERSION variable. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-06-23xorg-sgml-doctools 1.5xorg-sgml-doctools-1.5Alan Coopersmith
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-06-18Bump minimum autoconf version required to 2.60Alan Coopersmith
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-04-05Version bump: 1.4xorg-sgml-doctools-1.4Gaetan Nadon
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-04-02Provide a pkg-config fileYaakov Selkowitz
This allows the SGML entities to be found no matter where they are installed, or even when cross-compiling. Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net> Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
2009-10-22xorg-sgml-doctools 1.3xorg-sgml-doctools-1.3Alan Coopersmith
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-10-22Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONSAlan Coopersmith
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-09-181.2.99.901 (1.3 RC 1) snapshot for X11R7.5 RC1 docsxorg-sgml-doctools-1.2.99.901Alan Coopersmith
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-01-27Correct make distcheck and add new .gitignore file.Paulo Cesar Pereira de Andrade
2007-03-03Bump to 1.2xorg-sgml-doctools-1.2David Nusinow
2006-11-08bump to 1.1.1xorg-sgml-doctools-1.1.1Daniel Stone
2006-05-22Bump to 1.1xorg-sgml-doctools-1_1Adam Jackson
2005-12-21Update package version for X11R7 release.XORG-7_1XORG-7_0_99_901XORG-7_0Kevin E Martin
2005-12-15Update package version number for final X11R7 release candidate.XORG-6_99_99_904Kevin E Martin
2005-12-05Add missing XORG_RELEASE_VERSION to configure.ac.MODULAR_COPYKevin E Martin
2005-10-19Update package version number for RC1 release.XORG-6_99_99_903XORG-6_99_99_902XORG-6_99_99_901Kevin E Martin
2005-10-05Move doctools build system to subdirKevin E Martin