Regenerated from sources

git-svn-id: http://svn.osgeo.org/qgis/trunk@10720 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
timlinux 2009-05-04 10:29:07 +00:00
parent ed816a8f40
commit fd5aea9b10
3 changed files with 810 additions and 770 deletions

1013
CODING

File diff suppressed because it is too large Load Diff

560
INSTALL

File diff suppressed because it is too large Load Diff

View File

@ -8,6 +8,8 @@ Building QGIS from source - step by step
%! preproc : TUT_URL https://qgis.org
%! PostProc(html): '(?i)(<pre>)' '<div class="code">\1'
%! PostProc(html): '(?i)(</pre>)' '\1</div>'
% Next line will replace tabs with 2 spaces in txt generated outputs
%! PostProc(txt): '(?i)(\t)' ' '
%! encoding: iso-8859-1
% These are comments and will not be generated in any output
% -------------------
@ -64,6 +66,11 @@ and getting involved in the project further.
/!\ ***Note to document writers:*** Please use this document as the central
place for describing build procedures. Please do not remove this notice.
/!\ ***Note to document writers:*** This documented is generated from
doc/INSTALL.t2t - if you need to edit this document, be sure to edit that
file rather than the generated INSTALL document found in the root of the
source directory.
/!\ ***Note:*** This is a 'cut and paste' tutorial - in most cases you can
simply copy the commands listed in codeblocks that look like this: