diff options
author | Norbert Preining <norbert@preining.info> | 2019-09-02 13:46:59 +0900 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2019-09-02 13:46:59 +0900 |
commit | e0c6872cf40896c7be36b11dcc744620f10adf1d (patch) | |
tree | 60335e10d2f4354b0674ec22d7b53f0f8abee672 /support/html2latex/INSTALL |
Initial commit
Diffstat (limited to 'support/html2latex/INSTALL')
-rw-r--r-- | support/html2latex/INSTALL | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/support/html2latex/INSTALL b/support/html2latex/INSTALL new file mode 100644 index 0000000000..5cd97d975f --- /dev/null +++ b/support/html2latex/INSTALL @@ -0,0 +1,19 @@ +There are 3 steps: + +1. Install HTML::Latex - 'cd HTML/Latex' and then read it's INSTALL. + +2. Copy html2latex to anywhere you like (/usr/bin is a good place for +a UNIX machine). + +3. Copy html2latex.1 to /usr/man/man1/ (for unix machines only). + +So, here is an example of what you might type (Assuming everything goes ok): + +cd HTML/Latex +perl Makefile.PL +make install +cd ../.. +cp html2latex /usr/bin +chmod +rx /usr/bin/html2latex +cp html2latex.1.bz2 /usr/man +chmod +r /usr/man/html2latex.1.bz2 |