Skip to content

Commit 89e31cd

Browse files
author
timlinux
committedDec 7, 2007

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed
 

‎doc/CMakeLists.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,14 @@
22
SET (DOC_FILES
33
favicon.ico
44
index.html
5-
install.pdf
65
qgisdoc.css
76
userguide.pdf
87
)
98

109
#SUBDIRS (images plugins install_guide)
1110

12-
#INSTALL(FILES ${DOC_FILES}
13-
# DESTINATION ${QGIS_DATA_DIR}/doc)
11+
INSTALL(FILES ${DOC_FILES}
12+
DESTINATION ${QGIS_DATA_DIR}/doc)
1413

1514
INSTALL(FILES images/qgis_new_80pct.png
1615
DESTINATION ${QGIS_DATA_DIR}/doc/images)

‎doc/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</td>
1111
<td valign="center">
1212
<span class="header">Quantum GIS Documentation</span><br>
13-
<span class="subheader">Version 0.9 <i>Ganymede</i></span><br>
13+
<span class="subheader">Version 0.9.1 <i>Ganymede</i></span><br>
1414
<span class="warning">Please read this entire document for important information about this release.</span>
1515
</td>
1616
</tr>
@@ -57,7 +57,7 @@ <h2>Whats new in Version 0.9?</h2>
5757
</p>
5858
<ul>
5959
<li>
60-
66 bugfixes and feature improvements
60+
70 bugfixes and feature improvements
6161
</li>
6262
<li>
6363
New window arrangement feature for the Georeferencer

0 commit comments

Comments
 (0)
Please sign in to comment.