Skip to content

Commit de54cfe

Browse files
committed
Makefile whitespace
1 parent 2e05191 commit de54cfe

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

Makefile

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -157,18 +157,15 @@ notify: init
157157

158158

159159
# Zip up the jQm files without docs
160-
zip: init css js
160+
zip: init css js
161161
# Packaging up the files into a zip archive
162162
@@mkdir tmp
163-
@@cp -R ${OUTPUT} tmp/${NAME}
163+
@@cp -R ${OUTPUT} tmp/${NAME}
164164
# ... And remove the Zipped docs so they aren't included twice (for deploy scripts)
165-
@@rm -rf tmp/${NAME}/${NAME}.docs.zip
165+
@@rm -rf tmp/${NAME}/${NAME}.docs.zip
166166
@@cd tmp; zip -rq ../${OUTPUT}/${NAME}.zip ${NAME}
167167
@@rm -rf tmp
168168
# -------------------------------------------------
169-
170-
171-
172169

173170
# -------------------------------------------------
174171
# -------------------------------------------------
@@ -187,7 +184,7 @@ latest: init css js zip
187184
# -------------------------------------------------
188185

189186
# Build the nightly backups. This is done on a server cronjob
190-
nightlies: init css js docs zip
187+
nightlies: init css js docs zip
191188
# Time to put these on the CDN
192189
@@mkdir -p tmp/nightlies
193190
@@mv ${OUTPUT} tmp/nightlies/$$(date "+%Y%m%d")
@@ -212,7 +209,7 @@ deploy: init css js docs zip
212209
-exec perl -pi -e \
213210
's|src="(.*)${NAME}.min.js"|src="//code.jquery.com/mobile/${VER_OFFICIAL}/${NAME}.min.js"|g;s|href="(.*)${NAME}.min.css"|href="//code.jquery.com/mobile/${VER_OFFICIAL}/${NAME}.min.css"|g;s|src="(.*)jquery.js"|src="//code.jquery.com/jquery-1.6.4.js"|g' {} \;
214211
# ... So they can be copied to jquerymobile.com
215-
@@scp -qr tmp/* jqadmin@jquerymobile.com:/srv/jquerymobile.com/htdocs/demos/
212+
@@scp -qr tmp/* jqadmin@jquerymobile.com:/srv/jquerymobile.com/htdocs/demos/
216213
# Do some cleanup to wrap it up
217214
@@rm -rf tmp
218215
@@rm -rf ${OUTPUT}

0 commit comments

Comments
 (0)