mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
core: removed outdated docs target from makefile
This commit is contained in:
parent
263efad50f
commit
9155d298ae
22
Makefile
22
Makefile
@ -128,28 +128,6 @@ runtest: ${JQ} test
|
|||||||
@@echo "Test Suite Finished"
|
@@echo "Test Suite Finished"
|
||||||
@@echo
|
@@echo
|
||||||
|
|
||||||
docs: ${JQ}
|
|
||||||
@@echo "Building Documentation"
|
|
||||||
|
|
||||||
@@echo " - Making Documentation Directory:" ${DOCS_DIR}
|
|
||||||
@@mkdir -p ${DOCS_DIR}
|
|
||||||
@@mkdir -p ${DOCS_DIR}/data
|
|
||||||
|
|
||||||
@@echo " - Copying over htaccess file."
|
|
||||||
@@cp -fR ${BUILD_DIR}/docs/.htaccess ${DOCS_DIR}
|
|
||||||
|
|
||||||
@@echo " - Copying over script files."
|
|
||||||
@@cp -fR ${BUILD_DIR}/docs/js ${DOCS_DIR}/js
|
|
||||||
|
|
||||||
@@echo " - Copying over style files."
|
|
||||||
@@cp -fR ${BUILD_DIR}/docs/style ${DOCS_DIR}/style
|
|
||||||
|
|
||||||
@@echo " - Extracting ScriptDoc from" ${JQ}
|
|
||||||
@@${JAR} ${BUILD_DIR}/docs/docs.js ${JQ} ${DOCS_DIR}
|
|
||||||
|
|
||||||
@@echo "Documentation Built"
|
|
||||||
@@echo
|
|
||||||
|
|
||||||
speed: ${JQ}
|
speed: ${JQ}
|
||||||
@@echo "Building Speed Test Suite"
|
@@echo "Building Speed Test Suite"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user