@@ -163,18 +163,18 @@ SectionEnd
163
163
164
164
# GEM_SET_BUILD_SCIENCE
165
165
166
- Section " !OpenQuake Engine demos and documentation " SecDocDemo
166
+ Section " !OpenQuake Engine demos" SecDocDemo
167
167
SectionIn RO
168
168
# Install manual and demos in 'User\MyDocuments'
169
169
# keep disabled for now. It may be dangerous.
170
- # SetOutPath "$DOCUMENTS\OpenQuake"
171
- # File " OpenQuake manual.pdf "
172
- # SetOutPath "$DOCUMENTS\ OpenQuake\demos "
173
- # File /r /x ".gitignore" "demos\*.*"
170
+ # SetOutPath "$DOCUMENTS\OpenQuake"
171
+ # SetOutPath "$DOCUMENTS\ OpenQuake\demos "
172
+ # File " OpenQuake manual.pdf "
173
+ # File /r /x ".gitignore" "demos\*.*"
174
174
175
175
# Keep a copy in the installation folder
176
+ # File "OpenQuake manual.pdf"
176
177
SetOutPath " $INSTDIR"
177
- File " OpenQuake manual.pdf"
178
178
SetOutPath " $INSTDIR\demos"
179
179
File /r /x " .gitignore" " demos\*.*"
180
180
SectionEnd
@@ -251,7 +251,6 @@ Section "Uninstall"
251
251
; Uninstall files
252
252
Delete " $INSTDIR\README.html"
253
253
Delete " $INSTDIR\LICENSE.txt"
254
- Delete " $INSTDIR\OpenQuake manual.pdf"
255
254
Delete " $INSTDIR\openquake_black.ico"
256
255
Delete " $INSTDIR\openquake.ico"
257
256
Delete " $INSTDIR\oq-server.bat"
0 commit comments