Skip to content

Commit 7ca2b30

Browse files
committed
Update documentation files.
1 parent e0a999d commit 7ca2b30

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

INSTALL.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@ along with the following libraries:
1414
Windows
1515
-------
1616

17-
A Visual Studio solution is included in the "vcnet" directory. You must add the
18-
FLTK include and library directories separately for the solution to build.
17+
Visual Studio + Advanced Installer solutions are included in the "vcnet"
18+
directory. The Visual Studio solution uses NuGet packages for all of the
19+
dependent libraries, and the current version of Advanced Installer is required
20+
to build the installer (MSI) target.
1921

2022
We highly recommend building and installing the HTMLDOC MSI target, as it takes
2123
care of registering the installation location with Windows. If you want to

doc/1-intro.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<head>
33
<meta name="author" content="Michael R Sweet">
44
<meta name="copyright" content="Copyright &copy; 1997-2021, All Rights Reserved.">
5-
<meta name="docversion" content="htmldoc-1.9.12">
5+
<meta name="docversion" content="htmldoc-1.9.13">
66
<meta name="keywords" content="Software">
77
<title>HTMLDOC Users Manual</title>
88
</head>

doc/htmldoc.man

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
.\" This program is free software. Distribution and use rights are outlined
88
.\" in the file "COPYING".
99
.\"
10-
.TH htmldoc 1 "HTMLDOC 1.9.12" "2021-05-17" "Michael R Sweet"
10+
.TH htmldoc 1 "HTMLDOC 1.9.13" "2021-11-05" "Michael R Sweet"
1111
.SH NAME
1212
htmldoc \- convert html source files into html, postscript, or pdf.
1313
.SH SYNOPSIS

snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: htmldoc
22
base: core18
3-
version: 1.9.12
3+
version: 1.9.13
44
summary: HTML and Markdown conversion utility
55
description: |
66
HTMLDOC is a program that reads HTML and Markdown source files or web pages

0 commit comments

Comments
 (0)