File tree Expand file tree Collapse file tree 5 files changed +18
-3
lines changed Expand file tree Collapse file tree 5 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 1
1
DESTDIR = /usr/local
2
- DOCDIR = "$(DESTDIR)/share/doc/ivy-2.3.0 "
2
+ DOCDIR = "$(DESTDIR)/share/doc/ivy-2.3.1 "
3
3
MANDIR = "$(DESTDIR)/share/man/man1"
4
4
5
5
RACO = raco
Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
+ < html xmlns ="http://www.w3.org/1999/xhtml ">
3
+ < head >
4
+ < meta http-equiv ="Content-Type " content ="text/html; charset=utf-8 " />
5
+ < meta http-equiv ="Content-Style-Type " content ="text/css " />
6
+ < meta name ="generator " content ="pandoc " />
7
+ < title > IVY(1) Ivy Image Viewer | Version 2.3.1</ title >
8
+ < style type ="text/css "> code {white-space : pre;}</ style >
9
+ </ head >
10
+ < body >
11
+ < div id ="header ">
12
+ < h1 class ="title "> IVY(1) Ivy Image Viewer | Version 2.3.1</ h1 >
13
+ </ div >
1
14
< h1 id ="name "> NAME</ h1 >
2
15
< p > Ivy Image Viewer</ p >
3
16
< h1 id ="synopsis "> SYNOPSIS</ h1 >
@@ -69,3 +82,5 @@ <h3 id="help--h">--help, -h</h3>
69
82
< h3 id ="section "> --</ h3 >
70
83
< p > Do not treat any remaining argument as a switch (at this level)</ p >
71
84
< p > Multiple single-letter switches can be combined after one < em > -</ em > ; for example: < em > -h-</ em > is the same as < em > -h --</ em > </ p >
85
+ </ body >
86
+ </ html >
Original file line number Diff line number Diff line change 1
- % IVY(1) Ivy Image Viewer | Version 2.2.2
1
+ % IVY(1) Ivy Image Viewer | Version 2.3.1
2
2
3
3
# NAME
4
4
Ivy Image Viewer
Original file line number Diff line number Diff line change 6
6
racket/file)
7
7
(provide (all-defined-out ))
8
8
9
- (define ivy-version "2.3.0 " )
9
+ (define ivy-version "2.3.1 " )
10
10
11
11
; base directory where ivy will put all of its files
12
12
(define ivy-path
You can’t perform that action at this time.
0 commit comments