Skip to content

Commit

Permalink
Update for v2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lehitoskin committed Nov 22, 2019
1 parent b602a96 commit a554108
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile.posix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
DESTDIR = /usr/local
DOCDIR = "$(DESTDIR)/share/doc/ivy-2.3.0"
DOCDIR = "$(DESTDIR)/share/doc/ivy-2.3.1"
MANDIR = "$(DESTDIR)/share/man/man1"

RACO = raco
Expand Down
Binary file modified doc/ivy.1.bz2
Binary file not shown.
15 changes: 15 additions & 0 deletions doc/ivy.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="generator" content="pandoc" />
<title>IVY(1) Ivy Image Viewer | Version 2.3.1</title>
<style type="text/css">code{white-space: pre;}</style>
</head>
<body>
<div id="header">
<h1 class="title">IVY(1) Ivy Image Viewer | Version 2.3.1</h1>
</div>
<h1 id="name">NAME</h1>
<p>Ivy Image Viewer</p>
<h1 id="synopsis">SYNOPSIS</h1>
Expand Down Expand Up @@ -69,3 +82,5 @@ <h3 id="help--h">--help, -h</h3>
<h3 id="section">--</h3>
<p>Do not treat any remaining argument as a switch (at this level)</p>
<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>
</body>
</html>
2 changes: 1 addition & 1 deletion doc/ivy.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% IVY(1) Ivy Image Viewer | Version 2.2.2
% IVY(1) Ivy Image Viewer | Version 2.3.1

# NAME
Ivy Image Viewer
Expand Down
2 changes: 1 addition & 1 deletion files.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
racket/file)
(provide (all-defined-out))

(define ivy-version "2.3.0")
(define ivy-version "2.3.1")

; base directory where ivy will put all of its files
(define ivy-path
Expand Down

0 comments on commit a554108

Please sign in to comment.