Skip to content

Commit fd5aea9

Browse files
author
timlinux
committedMay 4, 2009
Regenerated from sources
git-svn-id: http://svn.osgeo.org/qgis/trunk@10720 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent ed816a8 commit fd5aea9

File tree

3 files changed

+819
-779
lines changed

3 files changed

+819
-779
lines changed
 

‎CODING

Lines changed: 550 additions & 481 deletions
Large diffs are not rendered by default.

‎INSTALL

Lines changed: 262 additions & 298 deletions
Large diffs are not rendered by default.

‎doc/INSTALL.t2t

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Building QGIS from source - step by step
88
%! preproc : TUT_URL https://qgis.org
99
%! PostProc(html): '(?i)(<pre>)' '<div class="code">\1'
1010
%! PostProc(html): '(?i)(</pre>)' '\1</div>'
11+
% Next line will replace tabs with 2 spaces in txt generated outputs
12+
%! PostProc(txt): '(?i)(\t)' ' '
1113
%! encoding: iso-8859-1
1214
% These are comments and will not be generated in any output
1315
% -------------------
@@ -64,6 +66,11 @@ and getting involved in the project further.
6466
/!\ ***Note to document writers:*** Please use this document as the central
6567
place for describing build procedures. Please do not remove this notice.
6668

69+
/!\ ***Note to document writers:*** This documented is generated from
70+
doc/INSTALL.t2t - if you need to edit this document, be sure to edit that
71+
file rather than the generated INSTALL document found in the root of the
72+
source directory.
73+
6774
/!\ ***Note:*** This is a 'cut and paste' tutorial - in most cases you can
6875
simply copy the commands listed in codeblocks that look like this:
6976

0 commit comments

Comments
 (0)
Please sign in to comment.