diff options
| author | 2012-12-29 17:10:12 +0100 | |
|---|---|---|
| committer | 2012-12-29 17:10:12 +0100 | |
| commit | 3820e6599232f84aec978fa99cc814028e2df65e (patch) | |
| tree | e819d5dcb5eb7f53f8bba4f1f1d5d774f4281b12 | |
| parent | b46793938598358a9ab5249bd97e8999d5ac67e6 (diff) | |
| download | markam-3820e6599232f84aec978fa99cc814028e2df65e.tar.gz markam-3820e6599232f84aec978fa99cc814028e2df65e.zip | |
Rename convert to markam-convert0.1.0
| -rw-r--r-- | src/.gitignore | 2 | ||||
| -rw-r--r-- | src/Makefile | 4 | ||||
| -rw-r--r-- | src/markam-convert.scm (renamed from src/convert.scm) | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/src/.gitignore b/src/.gitignore index 83dc013..634a7be 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -1,3 +1,3 @@ -convert +markam-convert markam *.o diff --git a/src/Makefile b/src/Makefile index 95baea2..d3882e3 100644 --- a/src/Makefile +++ b/src/Makefile @@ -2,11 +2,11 @@ objects = paths.o common.o .PHONY: all -all: markam convert +all: markam markam-convert markam: markam.scm $(objects) csc $^ -o $@ -convert: convert.scm $(objects) +markam-convert: markam-convert.scm $(objects) csc $^ -o $@ $(objects): %.o: %.scm diff --git a/src/convert.scm b/src/markam-convert.scm index 199a2a5..b1605c5 100644 --- a/src/convert.scm +++ b/src/markam-convert.scm @@ -80,7 +80,7 @@ (define (display-help) ;; Display markam's help message. (format #t (string-append - "Usage: convert [options]...~%" + "Usage: markam-convert [options]...~%" "~%" "Possible options:~%" "~%" |
