cefb2c2eaf
The GNOME Scan project aims to provide scanning features integrated throughout the GNOME desktop, similar to printing. The GNOME Scan project consists of a C/GObject library upon which are built standalone applications and plugins for various programs. The application and plugins are called flegita. Note: gnome-scan is still in its early stage. It is not a drop-in replacement for xsane or alikes (yet); it more suited for for mass acquisition and ADF scanners. There's an issue with image enhancement which is being worked on upstream and the gsane backend may not give good results on all scanners. ok jasper@
13 lines
479 B
Plaintext
13 lines
479 B
Plaintext
$OpenBSD: patch-doc_ref_Makefile_in,v 1.1.1.1 2008/04/14 12:38:02 ajacoutot Exp $
|
|
--- doc/ref/Makefile.in.orig Thu Apr 10 16:05:08 2008
|
|
+++ doc/ref/Makefile.in Thu Apr 10 16:05:40 2008
|
|
@@ -232,7 +232,7 @@ AUTOMAKE_OPTIONS = 1.9
|
|
# of using the various options.
|
|
|
|
# The name of the module, e.g. 'glib'.
|
|
-DOC_MODULE = gnome-scan-@API_VERSION@
|
|
+DOC_MODULE = gnome-scan
|
|
|
|
# The top-level SGML file. You can change this if you want to.
|
|
DOC_MAIN_SGML_FILE = $(DOC_MODULE)-docs.sgml
|