summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick White <git@njw.me.uk>2012-04-21 19:07:31 +0100
committerNick White <git@njw.me.uk>2012-04-21 19:07:31 +0100
commit1505d032034774a7e98fd51a47612797b25d581a (patch)
tree0b5d9aa2a646e0aea1fe5cdb5b8bc3a7ba3bc268
parent075341569666c075ef9e64570d23937c5065c74d (diff)
Add manpage for gui, and update other manpages slightly
-rw-r--r--Makefile4
-rw-r--r--getabook.14
-rw-r--r--getbnbook.14
-rw-r--r--getgbook.14
4 files changed, 14 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 23f4026..19afb04 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)
+MAN = $(SRC:.c=.1) $(GUI:.tcl=.1)
OBJ = $(SRC:.c=.o) $(LIB)
all: $(BIN)
@@ -35,7 +35,7 @@ install: all
mkdir -p $(DESTDIR)$(PREFIX)/bin
cp -f $(BIN) $(DESTDIR)$(PREFIX)/bin
sed "s:^set iconpath .*:set iconpath \"$(DESTDIR)$(PREFIX)/share/$(NAME)\":" < $(GUI) \
- > $(DESTDIR)$(PREFIX)/bin/getxbookgui
+ > $(DESTDIR)$(PREFIX)/bin/$(GUI:.tcl=)
chmod +x $(DESTDIR)$(PREFIX)/bin/getxbookgui
mkdir -p $(DESTDIR)$(PREFIX)/share/$(NAME)
cp icons/* $(DESTDIR)$(PREFIX)/share/$(NAME)/
diff --git a/getabook.1 b/getabook.1
index 301325d..bc14fd8 100644
--- a/getabook.1
+++ b/getabook.1
@@ -29,3 +29,7 @@ getabook 161293031X
.TP
.B download pages 5 - 10 of a book
seq 5 10 | getabook -n 161293031X
+.SH SEE ALSO
+.IR getbnbook (1),
+.IR getgbook (1),
+.IR getxbookgui (1)
diff --git a/getbnbook.1 b/getbnbook.1
index 580fc53..7eab272 100644
--- a/getbnbook.1
+++ b/getbnbook.1
@@ -25,3 +25,7 @@ getbnbook 9780060850524
.TP
.B download the first 20 pages of a book
seq 20 | getbnbook -n 9780060850524
+.SH SEE ALSO
+.IR getabook (1),
+.IR getgbook (1),
+.IR getxbookgui (1)
diff --git a/getgbook.1 b/getgbook.1
index f374bbf..36df769 100644
--- a/getgbook.1
+++ b/getgbook.1
@@ -51,3 +51,7 @@ getgbook ta1uaL7RF5g
.TP
.B download the first 100 pages of a book
seq 100 | getgbook -n ta1uaL7RF5g
+.SH SEE ALSO
+.IR getabook (1),
+.IR getbnbook (1),
+.IR getxbookgui (1)