Skip to content

Commit a554108

Browse files
committed
Update for v2.3.1
1 parent b602a96 commit a554108

File tree

5 files changed

+18
-3
lines changed

5 files changed

+18
-3
lines changed

Makefile.posix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
DESTDIR = /usr/local
2-
DOCDIR = "$(DESTDIR)/share/doc/ivy-2.3.0"
2+
DOCDIR = "$(DESTDIR)/share/doc/ivy-2.3.1"
33
MANDIR = "$(DESTDIR)/share/man/man1"
44

55
RACO = raco

doc/ivy.1.bz2

-3 Bytes
Binary file not shown.

doc/ivy.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
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>
114
<h1 id="name">NAME</h1>
215
<p>Ivy Image Viewer</p>
316
<h1 id="synopsis">SYNOPSIS</h1>
@@ -69,3 +82,5 @@ <h3 id="help--h">--help, -h</h3>
6982
<h3 id="section">--</h3>
7083
<p>Do not treat any remaining argument as a switch (at this level)</p>
7184
<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>

doc/ivy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
% IVY(1) Ivy Image Viewer | Version 2.2.2
1+
% IVY(1) Ivy Image Viewer | Version 2.3.1
22

33
# NAME
44
Ivy Image Viewer

files.rkt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
racket/file)
77
(provide (all-defined-out))
88

9-
(define ivy-version "2.3.0")
9+
(define ivy-version "2.3.1")
1010

1111
; base directory where ivy will put all of its files
1212
(define ivy-path

0 commit comments

Comments
 (0)