summaryrefslogtreecommitdiff
path: root/m4
Commit message (Collapse)AuthorAgeFilesLines
* configure.ac: check for python3-pygmentsStefan Sauer2019-04-151-0/+56
| | | | We now require this for fixxref as well.
* configure: search for xml catalog in XDG_DATA_DIRSRyan Lortie2014-01-021-7/+34
| | | | | | | | | | | | | | | Detect the xml catalog file in either /etc/xml/catalog (currently the only place we check) and also in XDG_DATA_DIRS/xml/catalog. This will help find the XML catalog on systems that have it in /usr/local/share/xml/catalog (like the BSDs) and will also help to find it in the case that we've installed docbook ourselves as part of bootstrapping jhbuild (like on Mac OS). --with-xml-catalog is still supported and, if given, we will only attempt to use the given path and not guess others. https://bugzilla.gnome.org/show_bug.cgi?id=721228
* m4: remove generated fileStefan Sauer2012-02-251-56/+0
| | | | Fixes #670767.
* build: add the two new macrosStefan Kost2009-09-302-0/+50
|
* build: various build cleanups. Fixes #591450H. Habighorst2009-09-301-0/+3
| | | | | | | | | | - acinclude.m4 shouldn't be used if a m4 folder exists. Splitted the two macros out in the m4 folder. - renamed configure.in to configure.ac. - kills off whitespace in configure.ac and formats it. - replace AC_HELP_STRING by AS_HELP_STRING. - Makefile.am -> use ACLOCAL_AMFLAGS=-I m4 to include the macros - replaced # by dnl
* build: get rid of old .svnignore filesStefan Kost2009-07-071-1/+0
|
* build: allow building without gnome-doc-utils, Fixes #577059Nicola Fontana2009-06-271-1/+2
|
* docbuild: use --copy during bootstrap, make doc uild more conditionalStefan Kost2009-04-201-1/+52
| | | | | Using --copy for gnome-doc-prepare ensure we don't commit symlinks to the repo. Furthermore we make manual subdir conditional for HAVE_GNOME_DOC_UTILS.
* Add this to svn, so that bootstrap work where no gnome-doc-utils isStefan Kost2008-06-221-0/+1
| | | | | | | | | * m4/gnome-doc-utils.m4: Add this to svn, so that bootstrap work where no gnome-doc-utils is available yet. svn path=/trunk/; revision=588
* GNOME doc-utils migration. (Closes #335239)Marc-Andre Lureau2008-03-221-0/+1
2008-03-21 Marc-Andre Lureau <marcandre.lureau@gmail.com> * .svnignore, Makefile.am, autogen.sh, configure.in, help/manual/.svnignore, help/manual/C/ChangeLog, help/manual/C/Makefile.am, help/manual/C/gtk-doc-manual-C.omf.in, help/manual/C/gtk-doc-manual.xml, help/manual/ChangeLog, help/manual/Makefile.am, help/manual/gtk-doc-manual.omf.in, m4/.svnignore, omf.make, xmldocs.make: GNOME doc-utils migration. (Closes #335239) svn path=/trunk/; revision=553