From 9155d298ae8738ece29d4b2edfd32c578aebb27a Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=B6rn=20Zaefferer?= Date: Wed, 14 Jan 2009 22:42:21 +0000 Subject: [PATCH] core: removed outdated docs target from makefile --- Makefile | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/Makefile b/Makefile index 33efcea..8363be0 100644 --- a/Makefile +++ b/Makefile @@ -128,28 +128,6 @@ runtest: ${JQ} test @@echo "Test Suite Finished" @@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} @@echo "Building Speed Test Suite" -- 1.7.10.4