Skip to content

Commit c9c530f

Browse files
committedMay 26, 2011
Update coding docs for release branch

File tree

5 files changed

+2352
-4
lines changed

5 files changed

+2352
-4
lines changed
 

‎.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ ms-windows/packages/
2828
ms-windows/progs/
2929
ms-windows/untgz/
3030
scripts/astyle.exe
31+
# vim temporary files
32+
.*.swp
33+
*.aux
34+
*.out
35+
*.tex
36+
*.toc
3137
doc/CODING.html
3238
doc/CODING.tex
3339
doc/INSTALL.tex

‎INSTALL

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ Quantum GIS (QGIS)
22
Building QGIS from source - step by step
33

44

5-
Last update: 20110524
6-
Last change: 20110524
5+
Last update: 20110526
6+
Last change: 20110526
77

88

99
1. Introduction

‎doc/CODING.t2t

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,6 @@ sudo apt-get install git
389389
Windows users can obtain [msys git http://code.google.com/p/msysgit/].
390390

391391

392-
393392
== Accessing the Repository ==
394393

395394
To clone QGIS master:

‎doc/INSTALL.html

Lines changed: 2343 additions & 0 deletions
Large diffs are not rendered by default.

‎doc/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
txt2tags -o ../INSTALL -t txt INSTALL.t2t
3-
txt2tags -o index.html -t html INSTALL.t2t
3+
txt2tags -o INSTALL.html -t html INSTALL.t2t
44
txt2tags -o INSTALL.tex -t tex INSTALL.t2t
55
pdflatex INSTALL.tex
66
mv INSTALL.pdf ..

0 commit comments

Comments
 (0)
Please sign in to comment.