[QGIS Commit] r9816 - branches/Version-1_0/doc

svn_qgis at osgeo.org svn_qgis at osgeo.org
Tue Dec 16 03:01:15 EST 2008


Author: timlinux
Date: 2008-12-16 03:01:14 -0500 (Tue, 16 Dec 2008)
New Revision: 9816

Modified:
   branches/Version-1_0/doc/CODING.t2t
   branches/Version-1_0/doc/INSTALL.t2t
Log:
Added note for generating LaTeX sources

Modified: branches/Version-1_0/doc/CODING.t2t
===================================================================
--- branches/Version-1_0/doc/CODING.t2t	2008-12-16 07:49:42 UTC (rev 9815)
+++ branches/Version-1_0/doc/CODING.t2t	2008-12-16 08:01:14 UTC (rev 9816)
@@ -26,6 +26,8 @@
 % txt2tags -t moin CODING.moin  CODING.t2t
 % To generate the html version of this document
 % txt2tags -t html CODING.html  CODING.t2t
+% To generate LaTeX version of this document do:
+% txt2tags -t tex -o CODING.tex  CODING.t2t
 %
 % End of comments
 % -------------------

Modified: branches/Version-1_0/doc/INSTALL.t2t
===================================================================
--- branches/Version-1_0/doc/INSTALL.t2t	2008-12-16 07:49:42 UTC (rev 9815)
+++ branches/Version-1_0/doc/INSTALL.t2t	2008-12-16 08:01:14 UTC (rev 9816)
@@ -17,15 +17,17 @@
 %txt2tags home page for more details.  Please insert manual line breaks in this
 %document as it makes diffing for changes much easier. To do this in vim 
 %automatically, select a section then issue (gq) command. Please dont
-%apply vim formatting to the whol document as it screws up some formatting
+%apply vim formatting to the whole document as it screws up some formatting
 %rather apply it selectively to paragraphs where needed.
 
 % To generate the text version of this document:
 % txt2tags -t txt -o INSTALL INSTALL.t2t
 % To generate the moinmoin version of this document
-% txt2tags -t moin INSTALL.moin  INSTALL.t2t
+% txt2tags -t moin -o INSTALL.moin  INSTALL.t2t
 % To generate the html version of this document
-% txt2tags -t html INSTALL.html  INSTALL.t2t
+% txt2tags -t html -o INSTALL.html  INSTALL.t2t
+% To generate LaTeX version of this document do:
+% txt2tags -t tex -o INSTALL.tex  INSTALL.t2t
 
 % End of comments
 % -------------------
@@ -75,8 +77,8 @@
 
 = General Build Notes = 
 
-At version 0.8.1 QGIS no longer uses the autotools for building. QGIS, like a
-number of major projects (eg. KDE 4.0), now uses cmake (http://www.cmake.org)
+Since version 0.8.1 QGIS no longer uses the autotools for building. QGIS, like a
+number of major projects (eg. KDE 4.0), now uses CMake (http://www.cmake.org)
 for building from source. The configure script in this directory simply checks
 for the existence of cmake and provides some clues to build QGIS.
 



More information about the QGIS-commit mailing list