summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--README3
-rwxr-xr-xgetxbookgui (renamed from gui.tcl)0
3 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f09cdb8..dfe3451 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ NAME = getxbook
SRC = getgbook.c
LIB = util.o
-SCRIPTS = makebookpdf.sh
+SCRIPTS = makebookpdf.sh getxbookgui
DOC = README COPYING LEGAL
BIN = $(SRC:.c=)
diff --git a/README b/README
index 31b78fe..2918cfd 100644
--- a/README
+++ b/README
@@ -41,4 +41,5 @@ form of tyranny over the mind of man."
Each tool is written in around 200 lines of portable C code, with no
dependencies beyond libc. They should work well on Linux, BSDs, OSX
-and Windows.
+and Windows. There is also an optional graphical interface, written
+in Tcl/Tk.
diff --git a/gui.tcl b/getxbookgui
index 08d3f04..08d3f04 100755
--- a/gui.tcl
+++ b/getxbookgui