Commit graph

21 commits

Author SHA1 Message Date
Kevin Neufeld 780054c51c renamed reference.xml to reference_old.xml
renamed reference_new.xml to reference.xml
updated configure.ac, doc/Makefile.in, and doc/postgis.xml accordingly. 

git-svn-id: http://svn.osgeo.org/postgis/trunk@3905 b70326c6-7e19-0410-871a-916f4a2858ee
2009-03-20 05:32:45 +00:00
Regina Obe f456c4ebc8 Break using_postgis into 2 sections, remover reference.xml from doc make
git-svn-id: http://svn.osgeo.org/postgis/trunk@3863 b70326c6-7e19-0410-871a-916f4a2858ee
2009-03-13 12:11:52 +00:00
Regina Obe 0d753c3d33 change to move postgis_comments.sql to root
git-svn-id: http://svn.osgeo.org/postgis/trunk@3760 b70326c6-7e19-0410-871a-916f4a2858ee
2009-02-23 13:47:19 +00:00
Regina Obe 467cc83035 change to use tab separator instead
git-svn-id: http://svn.osgeo.org/postgis/trunk@3734 b70326c6-7e19-0410-871a-916f4a2858ee
2009-02-17 18:26:04 +00:00
Regina Obe cf32db88ef Try again to get postgis_comments.sql to generate
git-svn-id: http://svn.osgeo.org/postgis/trunk@3721 b70326c6-7e19-0410-871a-916f4a2858ee
2009-02-16 22:18:53 +00:00
Regina Obe abb6c610e3 git-svn-id: http://svn.osgeo.org/postgis/trunk@3702 b70326c6-7e19-0410-871a-916f4a2858ee 2009-02-13 06:58:56 +00:00
Regina Obe 06a3012321 more work on comments generation
git-svn-id: http://svn.osgeo.org/postgis/trunk@3694 b70326c6-7e19-0410-871a-916f4a2858ee
2009-02-12 18:32:46 +00:00
Regina Obe 37da8c83ea Put in logic to output postgis_comments.sql
git-svn-id: http://svn.osgeo.org/postgis/trunk@3690 b70326c6-7e19-0410-871a-916f4a2858ee
2009-02-12 17:39:59 +00:00
Kevin Neufeld df0a7e5aa2 added dblatex as a dependency for building PDF's
added a pdf target to doc/Makefile.in

git-svn-id: http://svn.osgeo.org/postgis/trunk@3125 b70326c6-7e19-0410-871a-916f4a2858ee
2008-10-16 18:12:34 +00:00
Kevin Neufeld 568de9b54f moved cleanup of the pdf to the maintainer-clean target
git-svn-id: http://svn.osgeo.org/postgis/trunk@3109 b70326c6-7e19-0410-871a-916f4a2858ee
2008-10-14 23:08:00 +00:00
Kevin Neufeld dba343e81f added a new aggregate and sql_mm toc to docs generated via a custom xsl (provided by Regina Obe) to the documentation Makefile
git-svn-id: http://svn.osgeo.org/postgis/trunk@3030 b70326c6-7e19-0410-871a-916f4a2858ee
2008-09-30 04:06:13 +00:00
Kevin Neufeld 4d23bc7ba3 updated "make clean" directive to include the newly generated PDFs
git-svn-id: http://svn.osgeo.org/postgis/trunk@3013 b70326c6-7e19-0410-871a-916f4a2858ee
2008-09-26 02:50:51 +00:00
Mark Cave-Ayland 2efcfe29e4 Reinstate the PDF documentation system based on OpenJade, including integration with autoconf. "make postgis.pdf" should now output lovely PDF format documentation :)
git-svn-id: http://svn.osgeo.org/postgis/trunk@2957 b70326c6-7e19-0410-871a-916f4a2858ee
2008-09-11 12:18:37 +00:00
Kevin Neufeld f25edf2525 Moved several version functions to the new PostGIS reference.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2881 b70326c6-7e19-0410-871a-916f4a2858ee
2008-07-24 05:55:44 +00:00
Kevin Neufeld 0ef0336a52 applied patch from Mark to fix the if/then/else so the Makefile can run on older systems (ie. FC3)
git-svn-id: http://svn.osgeo.org/postgis/trunk@2853 b70326c6-7e19-0410-871a-916f4a2858ee
2008-07-15 15:33:19 +00:00
Kevin Neufeld 4ad4774fd0 Started migration of the functions in reference.xml using the <variablelist> concept to a new "reference_new.xml" using DocBook's <refentry> concept. Once migration is complete, reference.xml will be removed and reference_new.xml will be renamed to reference.xml. The included template.xml file is not used, except to provide example usage of DocBook's refentry tag.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2850 b70326c6-7e19-0410-871a-916f4a2858ee
2008-07-15 06:57:32 +00:00
Mark Cave-Ayland fab84ec072 Apply some autoconf / Makefile changes from Olivier Courtin. XSLBASE should not be checked for validity unless it has been explicitly specified using the --with-xsldir option, and we also add some friendlier messages in the documentation Makefile in case the DocBook stylesheets and/or xsltproc cannot be found. Additionally, the configure --help output has been tidied up using the AS_HELP_STRING macro.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2844 b70326c6-7e19-0410-871a-916f4a2858ee
2008-07-14 10:05:14 +00:00
Kevin Neufeld ee81c2b290 modified toc top generation level param
git-svn-id: http://svn.osgeo.org/postgis/trunk@2832 b70326c6-7e19-0410-871a-916f4a2858ee
2008-07-08 05:15:57 +00:00
Kevin Neufeld 81143c5872 split postgis.xml into manageable chunks, broken at chapter divisions.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2831 b70326c6-7e19-0410-871a-916f4a2858ee
2008-07-08 05:09:36 +00:00
Mark Cave-Ayland cfcdf664f3 Update documentation build so that "make install" now works. Maybe this will fix the on-line website build?
git-svn-id: http://svn.osgeo.org/postgis/trunk@2780 b70326c6-7e19-0410-871a-916f4a2858ee
2008-05-22 14:34:32 +00:00
Mark Cave-Ayland f8b302a798 Update previous commit: add Makefile.in and remove Makefile, since Makefile is now generated from Makefile.in automatically.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2778 b70326c6-7e19-0410-871a-916f4a2858ee
2008-05-20 22:24:09 +00:00
Renamed from doc/Makefile (Browse further)