diff options
author | oharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2008-12-23 08:52:02 +0000 |
---|---|---|
committer | oharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2008-12-23 08:52:02 +0000 |
commit | fb86d0e76d280c544f28ff1396c706f4e19d77ca (patch) | |
tree | 2a5df28281e6f46e542a2f624d287a27734da3ef /src/server/httpd/build.sh | |
parent | 6e1184dcffaf807476ab312404c1bc0a32c38c36 (diff) | |
download | openocd_libswd-fb86d0e76d280c544f28ff1396c706f4e19d77ca.tar.gz openocd_libswd-fb86d0e76d280c544f28ff1396c706f4e19d77ca.tar.bz2 openocd_libswd-fb86d0e76d280c544f28ff1396c706f4e19d77ca.tar.xz openocd_libswd-fb86d0e76d280c544f28ff1396c706f4e19d77ca.zip |
httpd wip
git-svn-id: svn://svn.berlios.de/openocd/trunk@1272 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/server/httpd/build.sh')
-rw-r--r-- | src/server/httpd/build.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/server/httpd/build.sh b/src/server/httpd/build.sh index 93831a50..8824debf 100644 --- a/src/server/httpd/build.sh +++ b/src/server/httpd/build.sh @@ -1,3 +1,5 @@ set e java -classpath ../../../../zy1000/build/xalan.jar\;. Stylizer menu.xsl menu.xml . find . -regex ".*\.tcl" -type f -exec sh html2tcl.sh {} {} \; +echo "Copy .tcl files to /usr/local/lib/openocd/httpd/" +cp *.tcl /usr/local/lib/openocd/httpd/
\ No newline at end of file |