|
Revision 7811, 0.5 kB
(checked in by kiyoka, 5 years ago)
|
|
Added all project files of OldType?. (ported from sourceforge.jp)
|
| Line | |
|---|
| 1 | # -*- coding: utf-8 -*- |
|---|
| 2 | |
|---|
| 3 | OTSAMPLE='../edit/Test.ot' |
|---|
| 4 | |
|---|
| 5 | all: log.txt ann.txt |
|---|
| 6 | gosh -I ../Kahua/oldtype ./oldtype_to internal ${OTSAMPLE} log.txt ann.txt > out.sexp |
|---|
| 7 | gosh -I ../Kahua/oldtype ./oldtype_to sxml ${OTSAMPLE} > out.sxml |
|---|
| 8 | gosh -I ../Kahua/oldtype ./oldtype_to plain ${OTSAMPLE} > out.txt |
|---|
| 9 | |
|---|
| 10 | log.txt: |
|---|
| 11 | svn --xml log ../ > log.txt |
|---|
| 12 | |
|---|
| 13 | ann.txt: |
|---|
| 14 | svn ann ${OTSAMPLE} > ann.txt |
|---|
| 15 | |
|---|
| 16 | test: |
|---|
| 17 | @cat ${OTSAMPLE} | gosh -I ../lib test.scm |
|---|
| 18 | |
|---|
| 19 | svninfo: |
|---|
| 20 | svn --xml info ${OTSAMPLE} > info.xml |
|---|
| 21 | ./oldtype_svninfo shell < info.xml |
|---|
| 22 | |
|---|
| 23 | t: |
|---|
| 24 | ./oldtype_svninfo shell < /tmp/t.xml |
|---|