root/galaxy-central/Makefile

リビジョン 2, 303 bytes (コミッタ: hatakeyama, 14 年 前)

import galaxy-central

行番号 
1static: static/welcome.html
2static: static/help.html
3static: static/galaxyIndex.html
4
5%.html : %.rst
6        ./modules/rst2html.py --stylesheet="/static/help.css" --initial-header-level=2 < $< > $@
7
8convert_images:
9        for f in src/images/*.psd; do \
10                convert $$f static/images/`basename $${f%%psd}png`; \
11        done
Note: リポジトリブラウザについてのヘルプは TracBrowser を参照してください。