From 490cdd4915f095fc78a1c070fb7139013f6e56eb Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Wed, 30 Mar 2016 18:14:24 +0200 Subject: install fbpdf --- GNUmakefile | 1 + fbgs | 2 ++ 2 files changed, 3 insertions(+) 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 -- cgit