Browse code

removing references to clamdoc tex,pdfs; replacing with UserManual

Micah Snyder authored on 2018/05/04 02:25:12
Showing 2 changed files
... ...
@@ -5,7 +5,7 @@ ClamAV® is an open source antivirus engine for detecting trojans, viruses,
5 5
 
6 6
 ## Documentation & FAQ
7 7
 
8
-The ClamAV documentation can be found in locally in `docs/clamdoc.pdf` with
8
+The ClamAV documentation can be found in locally in `docs/UserManual.md` with
9 9
  additional information online in
10 10
 [our FAQ](https://www.clamav.net/documents).
11 11
 
... ...
@@ -19,7 +19,7 @@ Anyone can learn to read and write ClamAV signatures.  Take a look
19 19
 ### Build from Source
20 20
 
21 21
 For basic compile and install instructions, check out `INSTALL.md`.  For more
22
- detail please investigate the docs in `docs/clamdoc.pdf`.
22
+ detail please investigate the docs in `docs/UserManual.md`.
23 23
 
24 24
 ### Install from a binary package
25 25
 
... ...
@@ -16,7 +16,7 @@
16 16
 #  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
17 17
 #  MA 02110-1301, USA.
18 18
 
19
-EXTRA_DIST = html $(top_srcdir)/docs/man/*.in clamdoc.pdf clamdoc.tex phishsigs_howto.tex phishsigs_howto.pdf signatures.pdf signatures.tex 
19
+EXTRA_DIST = UserManual UserManual.md $(top_srcdir)/docs/man/*.in  
20 20
 man_MANS = man/clamscan.1 man/freshclam.1 man/sigtool.1 man/clamd.8 man/clamd.conf.5 man/clamdscan.1 man/clamav-milter.8 man/clamav-milter.conf.5 man/freshclam.conf.5 man/clamconf.1 man/clamdtop.1 man/clambc.1
21 21
 
22 22
 if ENABLE_CLAMSUBMIT