summaryrefslogtreecommitdiff
path: root/Doc/Manual/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Allow wkhtmltopdf to access current directoryWilliam S Fulton2022-10-151-2/+2
| | | | Fix for version 0.12.6, see https://github.com/wkhtmltopdf/wkhtmltopdf/issues/4536
* Use https for links in docs where supportedOlly Betts2022-10-061-2/+2
|
* Add linkchecker3 make target to check internal linksWilliam S Fulton2019-04-151-0/+6
| | | | Make sure all internal links use # anchors which are needed for wkhtmltopdf
* Fix outdated info in Doc Makefile about pdf file generationWilliam S Fulton2016-11-251-3/+5
|
* Check for qt patched version of wkhtmltopdf for pdf doc generationWilliam S Fulton2016-05-291-0/+1
|
* HTML pdf doc generation fixesWilliam S Fulton2015-12-301-1/+1
| | | | | | | | | | | | | wkhtmltopdf isn't using a fixed-width font for CSS font-family:monospace. Nor is it using one for <PRE> <CODE> or <TT> elements. Add in some Courier fonts for it to use - note that Courier 10 Pitch is installed on Ubuntu by default. Note these fonts need to be installed on the system that generates the pdf documentation. Previously the htmldoc stylesheet was kept in place and the SWIG stylesheet was prepended to it inline in SWIGDocumentation.html. Now the SWIG stylesheet has been amended with most of the htmldoc stylesheet changes and completely replaced after htmldoc is run.
* Replace pdf documentation generation tool with wkhtmltopdf from htmldocWilliam S Fulton2015-12-301-13/+15
| | | | | | | | | | | | | | | | htmldoc does not seem to be generating pdfs properly any more (on Ubuntu 14.04). It has been replaced with wkhtmltopdf which is better as it supports css and so the patched version of htmldoc with the simple css support is no longer required. wkhtmldoc does have have a few problems though which have been addressed in prior commits: - <H1><a name="X"></a>Text</H1> style links need changing to: <H1><a name="X">Text</a></H1> - tabs in <pre> elements should be expanded to 8 spaces by default, but are expanded to just one space and css expand-tab is not recognised. The <pre> <tt> <code> elements do not always select a fixed-width font - try installing a Courier font.
* html links updatesWilliam S Fulton2015-12-181-11/+12
|
* Add a linkchecker target for checking broken links in SWIGDocumentation.htmlWilliam S Fulton2015-12-181-1/+9
|
* Remove dependency on yodl tools and remove ccache-swig man pageWilliam S Fulton2015-12-171-2/+2
| | | | | | | | | | Use the CCache.html docs instead of the ccache-swig man page. The yodl2man and yodl2html tools are no longer used and so SWIG no longer has a dependency on these packages which were required when building from git. Closes #286 Closes #128
* Whitespace cleanup of all Makefiles*Karl Wette2014-05-021-1/+0
| | | | | - some of the %.clean rules in the test-suite Makefiles were using a single tab as an empty rule, dangerous! I've replaced these with the safer '@exit 0'.
* Better linkchecker configuration for checking html links. Fix broken links ↵William S Fulton2011-01-081-2/+5
| | | | | | and update redirected links. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12381 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* dependency fix for the .book files generationWilliam S Fulton2010-10-041-3/+3
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12251 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* dependency fix for the .book files generationWilliam S Fulton2010-10-041-2/+2
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12250 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* make maintainer-clean fixesWilliam S Fulton2010-04-031-1/+1
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11965 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Add linkchecker target for checking html linksWilliam S Fulton2010-03-061-7/+12
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11923 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Add ccache documentation to main docsWilliam S Fulton2008-12-201-2/+7
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10990 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* refine Makefile targets for documentation generation and remove generated ↵William S Fulton2008-12-091-1/+3
| | | | | | ccache documentation from svn git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10976 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* add details about htmldoc patchWilliam S Fulton2005-09-291-1/+4
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7555 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Update documentation and add margin-left.patch file for htmldocJohn Lenz2005-03-301-9/+9
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7117 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* fixes for the validate target to be used by people other than myselfWilliam S Fulton2005-02-271-2/+3
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7010 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* - Updated documentation to use CSS and <div> instead of blockquotesJohn Lenz2005-02-261-1/+2
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7003 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* point to mailing list page instead of listing email addressesWilliam S Fulton2004-08-121-0/+3
| | | | | | | Few more HTML corrections git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6082 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* clean fixWilliam S Fulton2004-08-041-1/+1
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6079 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* makefile for generating the single page html docs and pdf documentation ↵William S Fulton2004-08-041-0/+55
using htmltidy and htmldoc git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6076 626c5289-ae23-0410-ae9c-e8d60b6d4f22