From 99019fb1cd807b9c395300c6af6adda0a772cc1c Mon Sep 17 00:00:00 2001
From: Nick White <git@njw.me.uk>
Date: Sat, 18 Aug 2012 14:32:17 +0100
Subject: Add tool overview manpage, getxbook(1)

---
 Makefile   |  2 +-
 getxbook.1 | 34 ++++++++++++++++++++++++++++++++++
 2 files changed, 35 insertions(+), 1 deletion(-)
 create mode 100644 getxbook.1

diff --git a/Makefile b/Makefile
index c9cd3eb..e41d6e8 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ DOC = README COPYING INSTALL LEGAL
 EXTRAS = extras/mkpdf.sh extras/mkocrpdf.sh extras/mkdjvu.sh extras/mkocrtxt.sh extras/mkocrdjvu.sh
 
 BIN = $(SRC:.c=)
-MAN = $(SRC:.c=.1) $(GUI:.tcl=.1)
+MAN = $(SRC:.c=.1) $(GUI:.tcl=.1) $(NAME).1
 OBJ = $(SRC:.c=.o) $(LIB)
 
 all: $(BIN)
diff --git a/getxbook.1 b/getxbook.1
new file mode 100644
index 0000000..d683f92
--- /dev/null
+++ b/getxbook.1
@@ -0,0 +1,34 @@
+.\" See COPYING file for copyright and license details.
+.TH GETXBOOK 1 getxbook\-VERSION
+.SH NAME
+getxbook \- a collection of tools to download books
+.SH DESCRIPTION
+getxbook is a collection of tools to download books from
+websites.
+.PP
+It contains one tool per website, plus an optional graphical
+frontend:
+.TP
+.BR getgbook (1)
+Downloads books from Google Books' "Book Preview" service.
+.TP
+.BR getabook (1)
+Downloads books from Amazon's "Look Inside The Book" service.
+.TP
+.BR getbnbook (1)
+Downloads books from Barnes and Noble's "Book Viewer" service.
+.TP
+.BR getxbookgui (1)
+A graphical frontend to the getxbook tools.
+.SH NOTES
+The getxbook tools will not try to download pages that have
+already been downloaded, so closing it and then starting it
+again later will continue downloading from where it left off.
+.PP
+Book pages vary in availability depending on the book, the
+website, and potentially the location of your IP.
+.SH SEE ALSO
+.IR getabook (1),
+.IR getgbook (1),
+.IR getbnbook (1),
+.IR getxbookgui (1)
-- 
cgit v1.2.3