root/galaxy-central/Makefile
@
2
リビジョン 2, 303 bytes (コミッタ: hatakeyama, 14 年 前) |
---|
Rev | 行番号 | |
---|---|---|
[2] | 1 | static: static/welcome.html |
2 | static: static/help.html | |
3 | static: static/galaxyIndex.html | |
4 | ||
5 | %.html : %.rst | |
6 | ./modules/rst2html.py --stylesheet="/static/help.css" --initial-header-level=2 < $< > $@ | |
7 | ||
8 | convert_images: | |
9 | for f in src/images/*.psd; do \ | |
10 | convert $$f static/images/`basename $${f%%psd}png`; \ | |
11 | done |
Note: リポジトリブラウザについてのヘルプは TracBrowser
を参照してください。