summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.am8
-rw-r--r--man/ivcall.1.xml.in14
2 files changed, 18 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index 661ffa2..f05fa75 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -28,11 +28,11 @@ README:
cd $(srcdir) && ln -s doc/README README
homepage:
- test -d $$HOME/homepage/lennart
- mkdir -p $$HOME/homepage/lennart/projects/ivcall
+ test -d $$HOME/homepage/private
+ mkdir -p $$HOME/homepage/private/projects/ivcall
cp ivcall-@PACKAGE_VERSION@.tar.gz $$HOME/homepage/private/projects/ivcall
- cp doc/README.html doc/style.css man/ivcall.1.xml man/xmltoman.css man/xmltoman.xsl man/xmltoman.dtd $$HOME/homepage/lennart/projects/ivcall/
- ln -sf README.html $$HOME/homepage/lennart/projects/ivcall/index.html
+ cp doc/README.html doc/style.css man/ivcall.1.xml man/xmltoman.css man/xmltoman.xsl man/xmltoman.dtd $$HOME/homepage/private/projects/ivcall/
+ ln -sf README.html $$HOME/homepage/private/projects/ivcall/index.html
distcleancheck:
@:
diff --git a/man/ivcall.1.xml.in b/man/ivcall.1.xml.in
index 1553b04..b084dcb 100644
--- a/man/ivcall.1.xml.in
+++ b/man/ivcall.1.xml.in
@@ -89,6 +89,20 @@
</p></optdesc>
</option>
+ <option>
+ <p><opt>-F | --fax=</opt><arg>FILE</arg></p>
+ <optdesc><p>
+ Send or receive facsimile to or from the specified TIFF file. (monochrome, g3 compression or uncompressed).
+ </p></optdesc>
+ </option>
+
+ <option>
+ <p><opt>-n | --local-ident=</opt><arg>IDENT</arg></p>
+ <optdesc><p>
+ Set the local identifier for facsimile transmissions.
+ </p></optdesc>
+ </option>
+
</options>