diff options
author | Nick White <git@njw.me.uk> | 2011-09-07 22:32:08 +0100 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2011-09-07 22:32:08 +0100 |
commit | 2b57396a362a70d7a1cae36a246e682181b5f023 (patch) | |
tree | 03796bddf691bc0efebbb31d041bafec580dcf40 | |
parent | 534ee0b4c15a1ba2ad9fe8522a341154898beeac (diff) |
Add getxbookgui to Makefile etc
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | README | 3 | ||||
-rwxr-xr-x | getxbookgui (renamed from gui.tcl) | 0 |
3 files changed, 3 insertions, 2 deletions
@@ -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=) @@ -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. |