aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--GNUmakefile1
-rwxr-xr-xfbgs2
2 files changed, 3 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile
index abfaded..59fa543 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -225,6 +225,7 @@ install: build
ifeq ($(HAVE_LINUX_FB_H),yes)
$(INSTALL_BINARY) fbi $(bindir)
$(INSTALL_SCRIPT) fbgs $(bindir)
+ $(INSTALL_SCRIPT) fbpdf $(bindir)
$(INSTALL_DATA) $(srcdir)/fbi.man $(mandir)/man1/fbi.1
$(INSTALL_DATA) $(srcdir)/fbgs.man $(mandir)/man1/fbgs.1
endif
diff --git a/fbgs b/fbgs
index 49fae6a..ac725fa 100755
--- a/fbgs
+++ b/fbgs
@@ -22,6 +22,8 @@ helptext="\
This program displays PostScript/pdf files using the linux framebuffer device.
It is a simple wrapper script for GhostScript and fbi.
+Note: you might want try the new fbpdf instead.
+
usage: fbgs [fbgs options] [fbi options] file
-b --bell emit a beep when the document is ready