Changeset 1480
- Timestamp:
- 11/14/07 16:10:23 (6 years ago)
- Files:
-
- 1 modified
-
lang/javascript/javascript-xpath/trunk/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/javascript/javascript-xpath/trunk/Makefile
r1429 r1480 51 51 52 52 ${DIST_DIR}: 53 @@mkdir -p $ {DIST_DIR}53 @@mkdir -p $@ 54 54 55 55 ${JSXPATH}: ${DIST_DIR} ${VERSION_FILE} ${SRC_FILES} Makefile 56 @@echo "Building" $ {JSXPATH}57 @@cat ${SRC_FILES} | sed s/@VERSION/${VER}/ > $ {JSXPATH}58 @@echo $ {JSXPATH}"Built"56 @@echo "Building" $@ 57 @@cat ${SRC_FILES} | sed s/@VERSION/${VER}/ > $@ 58 @@echo $@ "Built" 59 59 @@echo "" 60 60 61 61 ${JSXPATH_CMP}: ${JSXPATH} 62 @@echo "Building" $ {JSXPATH_CMP}63 @@sh ${TOOLS_DIR}/compress.sh ${JSXPATH} $ {JSXPATH_CMP}62 @@echo "Building" $@ 63 @@sh ${TOOLS_DIR}/compress.sh ${JSXPATH} $@ 64 64 65 65 runtest:
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)