Tried to fix make build, PLEASE TEST
This commit is contained in:
parent
c95283119c
commit
a2ab7ef088
2 changed files with 8 additions and 6 deletions
12
Makefile
12
Makefile
|
@ -7,10 +7,10 @@ TEST_DIR = ${PREFIX}/test
|
||||||
DIST_DIR = ${PREFIX}/dist
|
DIST_DIR = ${PREFIX}/dist
|
||||||
PLUG_DIR = ../plugins
|
PLUG_DIR = ../plugins
|
||||||
|
|
||||||
BASE_FILES = ${SRC_DIR}/jquery/*\
|
BASE_FILES = ${SRC_DIR}/jquery/jquery.js\
|
||||||
${SRC_DIR}/event/*\
|
${SRC_DIR}/event/event.js\
|
||||||
${SRC_DIR}/fx/*\
|
${SRC_DIR}/fx/fx.js\
|
||||||
${SRC_DIR}/ajax/*
|
${SRC_DIR}/ajax/ajax.js
|
||||||
|
|
||||||
PLUGINS = ${PLUG_DIR}/button/*\
|
PLUGINS = ${PLUG_DIR}/button/*\
|
||||||
${PLUG_DIR}/center/*\
|
${PLUG_DIR}/center/*\
|
||||||
|
@ -22,7 +22,9 @@ PLUGINS = ${PLUG_DIR}/button/*\
|
||||||
${PLUG_DIR}/interface/*\
|
${PLUG_DIR}/interface/*\
|
||||||
${PLUG_DIR}/pager/*\
|
${PLUG_DIR}/pager/*\
|
||||||
${PLUG_DIR}/tablesorter/*\
|
${PLUG_DIR}/tablesorter/*\
|
||||||
${PLUG_DIR}/tabs/*
|
${PLUG_DIR}/tabs/*\
|
||||||
|
${PLUG_DIR}/tooltip/jquery.tooltip.js\
|
||||||
|
${PLUG_DIR}/accordion/jquery.accordion.js
|
||||||
|
|
||||||
MODULES = ${SRC_DIR}/intro.js\
|
MODULES = ${SRC_DIR}/intro.js\
|
||||||
${BASE_FILES}\
|
${BASE_FILES}\
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
<property description="Dir to look for plugins" name="PLUGIN_DIR" location="../plugins" />
|
<property description="Dir to look for plugins" name="PLUGIN_DIR" location="../plugins" />
|
||||||
<property description="Add single plugins here" name="PLUGINS" value="none" />
|
<property description="Add single plugins here" name="PLUGINS" value="none" />
|
||||||
<property description="Add all plugins here" name="PLUGINS_ALL"
|
<property description="Add all plugins here" name="PLUGINS_ALL"
|
||||||
value="button/*.js,center/*.js,cookie/*.js,form/*.js,greybox/*.js,interface/*.js,pager/*.js,tablesorter/*.js,tabs/*.js,tooltip/*.js,accordion/*.jw" />
|
value="button/*.js,center/*.js,cookie/*.js,form/*.js,greybox/*.js,interface/*.js,pager/*.js,tablesorter/*.js,tabs/*.js,tooltip/*.js,accordion/*.js" />
|
||||||
|
|
||||||
<property description="Target parent folder for built files" name="PREFIX" value="." />
|
<property description="Target parent folder for built files" name="PREFIX" value="." />
|
||||||
<property description="Folder for docs target" name="DOCS_DIR" value="${PREFIX}/docs" />
|
<property description="Folder for docs target" name="DOCS_DIR" value="${PREFIX}/docs" />
|
||||||
|
|
Loading…
Add table
Reference in a new issue