File tree Expand file tree Collapse file tree 2 files changed +2
-17
lines changed Expand file tree Collapse file tree 2 files changed +2
-17
lines changed Original file line number Diff line number Diff line change @@ -184,12 +184,8 @@ rem download help sources
184
184
CD /D %DOWNLOADS_DIR%
185
185
SET DOCURL = http://repo.postgrespro.ru/doc
186
186
187
- IF %HAVE_PGSQL_DOC% == 1 (
188
- if " %PRODUCT_NAME% " == " PostgreSQL" %WGET% -O help-sources-en.zip %DOCURL% /pgsql/%PG_MAJOR_VERSION% /en/help-sources.zip || GOTO :ERROR
189
- if " %PRODUCT_NAME% " == " PostgreSQL" %WGET% -O help-sources-ru.zip %DOCURL% /pgsql/%PG_MAJOR_VERSION% /ru/help-sources.zip || GOTO :ERROR
190
- ) ELSE (
191
- GOTO :NO_HELP_SOURCES
192
- )
187
+ %WGET% -O help-sources-en.zip %DOCURL% /pgsql/%PG_MAJOR_VERSION% /en/help-sources.zip || GOTO :ERROR
188
+ %WGET% -O help-sources-ru.zip %DOCURL% /pgsql/%PG_MAJOR_VERSION% /ru/help-sources.zip || GOTO :ERROR
193
189
194
190
rem building help files
195
191
CD /D %BUILD_DIR% \postgresql
@@ -207,7 +203,6 @@ CD help-en
207
203
" C:\Program Files (x86)\HTML Help Workshop\hhc" htmlhelp.hhp
208
204
cp htmlhelp.chm %BUILD_DIR% \distr_%ARCH% _%PGVER% \postgresql\doc\postgresql-en.chm || GOTO :ERROR
209
205
210
- :NO_HELP_SOURCES
211
206
7z a -r %DOWNLOADS_DIR% \pgsql_%ARCH% _%PGVER% .zip %BUILD_DIR% \distr_%ARCH% _%PGVER% \postgresql || GOTO :ERROR
212
207
213
208
GOTO :DONE
Original file line number Diff line number Diff line change @@ -128,13 +128,3 @@ REM Magic to set root directory of those scripts (Where Readme.md lies)
128
128
129
129
REM Let's use MP for nmake for parallel build
130
130
SET CL = /MP
131
-
132
- SET HAVE_PGSQL_DOC = 0
133
-
134
- if " %PRODUCT_NAME% " == " PostgreSQL 1C" GOTO :NO_PGSQL_DOC
135
- if " %PG_MAJOR_VERSION% " == " 9.5" SET HAVE_PGSQL_DOC = 1
136
- if " %PG_MAJOR_VERSION% " == " 9.6" SET HAVE_PGSQL_DOC = 1
137
- if " %PG_MAJOR_VERSION% " == " 10" SET HAVE_PGSQL_DOC = 1
138
- if " %PG_MAJOR_VERSION% " == " 11" SET HAVE_PGSQL_DOC = 1
139
- if " %PG_MAJOR_VERSION% " == " 12" SET HAVE_PGSQL_DOC = 1
140
- :NO_PGSQL_DOC
You can’t perform that action at this time.
0 commit comments