e6efa5c7a2
scrot is a commandline screen capture util like "import", but using imlib2. It has lots of options for autogenerating filenames, and can do fun stuff like taking screenshots of multiple displays and glueing them together. from Victor Sahlstedt <cvss@home.se>; ok naddy@
13 lines
401 B
Plaintext
13 lines
401 B
Plaintext
$OpenBSD: patch-Makefile.in,v 1.1.1.1 2004/07/01 21:53:16 robert Exp $
|
|
--- Makefile.in.orig Thu May 20 04:43:58 2004
|
|
+++ Makefile.in Thu May 20 04:44:08 2004
|
|
@@ -82,7 +82,7 @@ INCLUDES = -I/usr/X11R6/include $(X_CFLA
|
|
man_MANS = scrot.1
|
|
|
|
docs_DATA = README AUTHORS ChangeLog TODO
|
|
-docsdir = $(prefix)/doc/scrot
|
|
+docsdir = $(prefix)/share/doc/scrot
|
|
|
|
EXTRA_DIST = scrot.spec scrot.1 $(docs_DATA)
|
|
|