Update documentation to reflect reality.

This commit is contained in:
Dianne Skoll
2025-06-18 11:02:37 -04:00
parent 21d28ebfc3
commit cc06592fe0
2 changed files with 5 additions and 5 deletions

View File

@@ -1528,10 +1528,10 @@ CHANGES TO REMIND
- NEW FEATURE: Add "-u+username" variant to tell Remind to switch users to
"username" without disabling RUN directives. Idea courtesy of Ian! D. Allen
- CHANGE: rem2html: rem2html has been moved out of the www/ directory into
its own rem2html/ directory. If your system has the prerequisites
(namely Perl, Getopt::Long and JSON::Any) then rem2html will be installed
by "make install".
- CHANGE: rem2html: rem2html has been moved out of the www/ directory
into its own rem2html/ directory. If your system has the
prerequisites (namely Perl, Getopt::Long and JSON::MaybeXS) then
rem2html will be installed by "make install".
- CHANGE: Remove "cm2rem". It was about 20 years obsolete.

View File

@@ -4,7 +4,7 @@ REM2HTML
rem2html is a Perl script that transforms the output of `remind -pp
...' to HTML. Type `perl rem2html --help' for usage information.
rem2html requires the Perl modules `JSON::Any' and `Getopt::Long'. It
rem2html requires the Perl modules `JSON::MaybeXS' and `Getopt::Long'. It
will not be installed unless you have those modules as well as Perl
itself.