summaryrefslogtreecommitdiff
path: root/gtkdoc-mkpdf.in
Commit message (Collapse)AuthorAgeFilesLines
* Meson: Fix running tools uninstalledXavier Claessens2019-08-151-1/+5
| | | | | This fix getting directories when builddir!=srcdir which is always the case with Meson.
* logging: add back support for GTKDOC_TRACEStefan Sauer2017-04-261-1/+4
| | | | | Like before in perl one can set this envar to get verbose log output. The output is meant for developers.
* autopep8: cleanup python styleStefan Sauer2017-04-051-1/+2
|
* python: style cleanupsStefan Sauer2017-04-051-5/+5
|
* mkpdf: split into wrapper and moduleStefan Sauer2017-03-311-136/+43
|
* gtkdoc-mk{html,pdf,man}: evaluate some shell variablesVíctor Manuel Jáquez Leal2017-03-241-3/+4
| | | | | | | | | | @datarootdir@ and @datadir@ are strings composed by unevealuated shell variables. In python we have to evaluate those shell variables. This patch tries to do those evaluation to obtain the expected paths. https://bugzilla.gnome.org/show_bug.cgi?id=780497
* mkpdf: suppress warning about missing charsStefan Sauer2017-03-211-2/+8
| | | | There is nothing the user can do here.
* sgml: remove docbook sgml toolsStefan Sauer2017-03-211-65/+54
| | | | | | We remove jade support already a few versions ago. Also remove the tools we've called from the pdf/man generators. For most of them configure was never checking the pre-requisites.
* Converted mkpdf, mkman and mkhtml to Python.Jussi Pakkanen2017-03-201-113/+117
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=779566
* mkhtml/pdf: Fix quoting of search pathNirbheek Chauhan2016-09-291-12/+16
| | | | | | | | | | | We need to do quoting using POSIX sh syntax, so this fix is uglier than simply using bash arrays. This still leaves the quoting of imgdirs in mkpdf and I can't see a non-terrible way to quote that in POSIX sh syntax, but that is usually a relative path and is less likely to have spaces. https://bugzilla.gnome.org/show_bug.cgi?id=769125
* mkpdf: fix exitcodeStefan Sauer2016-04-191-1/+1
| | | | | | Fix a regression from 12adab6b0a28aec4008c6deed247bf944b5882f2. Fixes #764543
* gtkdoc-mkpdf: don't quote document var twiceStefan Sauer2015-10-181-1/+1
|
* mkhtml/pdf: quote document to allow spaces in filenamesIgor Gnatenko2015-08-161-8/+8
| | | | | Reference: https://bugzilla.gnome.org/show_bug.cgi?id=753145 Signed-off-by: Igor Gnatenko <ignatenko@src.gnome.org>
* gtkdoc-mkpdf: Always error if no tools are availablePhilip Withnall2015-01-191-0/+3
| | | | | | | If neither fop nor dblatex are installed, exit unsuccessfully rather than silently failing. https://bugzilla.gnome.org/show_bug.cgi?id=742580
* mkpdf: dblatex in cvs just got a --quiet parameterStefan Kost2011-05-011-0/+4
|
* indent: reindentStefan Kost2011-04-151-4/+4
|
* mkpdf: cleanup the dblatex invocation a bitStefan Kost2011-04-141-3/+5
|
* xsltproc: be more quiet if we have toStefan Kost2011-04-131-0/+1
|
* mkhtml,mkman,mkpdf: improved usage output, add --verbose switchStefan Kost2011-04-131-29/+51
|
* mkpdf: eat some of the dblatex warningsStefan Kost2010-07-131-1/+2
| | | | | There are plenty of warnings about markup in screen/programmlisting tags. Filter them out until dblatex handles those tags.
* pdf: fix building imagepathStefan Kost2009-09-281-0/+1
| | | | | Fix splitting the HTML_IMAGES entries. Avoid double path entries. Add a comment to mkpdf for debugging.
* pdf: add imgdir option to get images working in pdfsStefan Kost2009-07-161-2/+5
| | | | | | imgsdir is extracted from HTML_IMAGES. Not so nice, but requires no changes for buildsetup. Also fix mkhtml_options that were confusing shell with makefile variables.
* pdf: use full dblatex path and add some comments about usageStefan Kost2009-07-071-1/+7
|
* pdf: look for dblatex for pdf generationStefan Kost2009-07-071-7/+13
| | | | | If the user has dblatex use it to generate pdfs. Seems to work much better than using fop.
* mkpdf: add mkpdf to Makefile.am and fix cleanupStefan Kost2009-07-071-2/+7
|
* Don't run fop for now, its way to broken. Formatting.Stefan Kost2009-03-171-1/+1
| | | | | | | | | | * gtkdoc-mkpdf.in: Don't run fop for now, its way to broken. * tests/bugs/src/tester.h: Formatting. svn path=/trunk/; revision=706
* With fop-0.94 it works actually, while 0.95 seesm to have the exceptions.Stefan Kost2009-02-231-3/+3
| | | | | | | | | | | * TODO: With fop-0.94 it works actually, while 0.95 seesm to have the exceptions. * gtkdoc-mkpdf.in: Fix var reference. svn path=/trunk/; revision=687
* Dist more files. Update status. Remove some crack left from copy'n'paste.Stefan Kost2009-02-221-7/+2
| | | | | | | | | | | | * Makefile.am: Dist more files. * configure.in: Update status. * gtkdoc-mkpdf.in: Remove some crack left from copy'n'paste. svn path=/trunk/; revision=685
* Planning.Stefan Kost2009-02-221-0/+84
* TODO: Planning. * configure.in: * gtk-doc.m4: * gtk-doc.make: * gtk-doc.notmpl.make: * gtkdoc-mkpdf.in: * tests/gtk-doc.make: * tests/gtk-doc.notmpl.make: * gtkdoc-mkpdf.in (added): Clean up Makefile rules (be less verbose). Added options to configure to allow selecting the desired output formats. Added initial pdf support (very imature yet, due to several shortcommings of fop - bugs files). svn path=/trunk/; revision=684