Skip to content

Commit ef5adf7

Browse files
committed
jquery-archive#3114: Home button in downloadable docs fix
1 parent e918442 commit ef5adf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ docs: init css js
115115
@@find tmp/${NAME} -type f \
116116
\( -name '*.html' -o -name '*.php' \) \
117117
-exec perl -pi -e \
118-
's|js/"|${NAME}.min.js"|g;s|css/themes/default/|${NAME}.min.css|g;s|js/jquery.js"|jquery.js"|g' {} \;
118+
's|js/"|${NAME}.min.js"|g;s|css/themes/default/|${NAME}.min.css|g;s|js/jquery.js"|jquery.js"|g;s|"../../"|"../../index.html"|g' {} \;
119119
# ... Move and zip up the the whole folder
120120
@@cd tmp; zip -rq ../${OUTPUT}/${NAME}.docs.zip ${NAME}
121121
@@mv tmp/${NAME} ${OUTPUT}/demos

0 commit comments

Comments
 (0)