Makefileを、casl2などの実行ファイルが最新の場合何もしないよう修正。
[YACASL2.git] / doc / casl2_spec / img / svgstyle.css
1 rect, path, line {
2     stroke: black;
3     stroke-width: 1;
4     fill: none;
5 }
6
7 text {
8     font-size: 10pt;
9     font-family: sans-serif;
10 }