@@ -125,12 +125,12 @@ CD /D %DOWNLOADS_DIR%
125
125
SET WGET = wget --no-check-certificate
126
126
SET DOCURL = http://repo.postgrespro.ru/doc
127
127
128
- if " %PRODUCT_NAME% " == " PostgresPro" %WGET% -O help-sources-en.zip-c %DOCURL% /pgpro/9.5/en/help-sources.zip|| GOTO :ERROR
129
- if " %PRODUCT_NAME% " == " PostgresPro" %WGET% -O help-sources-ru.zip-c %DOCURL% /pgpro/9.5/ru/help-sources.zip|| GOTO :ERROR
130
- if " %PRODUCT_NAME% " == " PostgresProEnterprise" %WGET% -O help-sources-en.zip-c %DOCURL% /pgproee/9.5/en/help-sources.zip|| GOTO :ERROR
131
- if " %PRODUCT_NAME% " == " PostgresProEnterprise" %WGET% -O help-sources-ru.zip-c %DOCURL% /pgproee/9.5/ru/help-sources.zip|| GOTO :ERROR
132
- if " %PRODUCT_NAME% " == " PostgreSQL" %WGET% -O help-sources-en.zip-c %DOCURL% /pgsql/9.5/en/help-sources.zip|| GOTO :ERROR
133
- if " %PRODUCT_NAME% " == " PostgreSQL" %WGET% -O help-sources-ru.zip-c %DOCURL% /pgsql/9.5/ru/help-sources.zip|| GOTO :ERROR
128
+ if " %PRODUCT_NAME% " == " PostgresPro" %WGET% -O help-sources-en.zip%DOCURL% /pgpro/9.5/en/help-sources.zip|| GOTO :ERROR
129
+ if " %PRODUCT_NAME% " == " PostgresPro" %WGET% -O help-sources-ru.zip%DOCURL% /pgpro/9.5/ru/help-sources.zip|| GOTO :ERROR
130
+ if " %PRODUCT_NAME% " == " PostgresProEnterprise" %WGET% -O help-sources-en.zip%DOCURL% /pgproee/9.5/en/help-sources.zip|| GOTO :ERROR
131
+ if " %PRODUCT_NAME% " == " PostgresProEnterprise" %WGET% -O help-sources-ru.zip%DOCURL% /pgproee/9.5/ru/help-sources.zip|| GOTO :ERROR
132
+ if " %PRODUCT_NAME% " == " PostgreSQL" %WGET% -O help-sources-en.zip%DOCURL% /pgsql/9.5/en/help-sources.zip|| GOTO :ERROR
133
+ if " %PRODUCT_NAME% " == " PostgreSQL" %WGET% -O help-sources-ru.zip%DOCURL% /pgsql/9.5/ru/help-sources.zip|| GOTO :ERROR
134
134
135
135
rem building help files
136
136
CD /D%BUILD_DIR% \postgresql