Skip to content

Commit

Permalink
Added note for generating LaTeX sources
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/branches/Version-1_0@9816 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Dec 16, 2008
1 parent c3d8756 commit 9e778ed
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
2 changes: 2 additions & 0 deletions doc/CODING.t2t
Expand Up @@ -26,6 +26,8 @@ Developers guide for QGIS
% 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
% -------------------
Expand Down
12 changes: 7 additions & 5 deletions doc/INSTALL.t2t
Expand Up @@ -17,15 +17,17 @@ Building QGIS from source - step by step
%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
% -------------------
Expand Down Expand Up @@ -75,8 +77,8 @@ somecommand to be pasted

= 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.

Expand Down

0 comments on commit 9e778ed

Please sign in to comment.