Code

tpdfview.txt: Added manpage for tpdfview(1).
[tpdfview.git] / README
diff --git a/README b/README
index 9959a4431706375ab20db089e0e99baa128450a7..4322a8ea876dff41a78e0148e54d95c29eb2f47a 100644 (file)
--- a/README
+++ b/README
@@ -2,8 +2,8 @@ tpdfview
 ========
 
   tpdfview (tiny PDF viewer, or tokkee's PDF viewer, choose whatever you like
-  best) displays PDF files. It was developed with presentations and
-  accompanying material in mind.
+  best) is a Portable Document Format (PDF) viewer. It was developed with
+  presentations and accompanying material in mind.
 
   This is free and open source software, licensed under the 2-clause BSD
   license. See COPYING for details.
@@ -17,6 +17,9 @@ Prerequisites
 
   * A POSIX + Single UNIX Specification compatible C library.
 
+  * asciidoc, xsltproc:
+    The AsciiDoc text document format is used to write the manpages.
+
   * libcairo:
     The 2D vector graphics library is used for the actual drawing of the PDF
     on screen.