57b5969b4f
xzgv is a picture viewer for X, with a thumbnail-based file selector. It uses GTK+ and Imlib. Most file formats are supported, and the thumbnails used are compatible with xv, zgv, and the Gimp. It can also be used with `xzgv file(s)', to effectively bypass the file selector. From Julian Leyh <oenone@oenone.de>
39 lines
970 B
Plaintext
39 lines
970 B
Plaintext
$OpenBSD: patch-Makefile,v 1.1.1.1 2005/05/22 11:32:11 alek Exp $
|
|
--- Makefile.orig Tue Sep 16 14:58:30 2003
|
|
+++ Makefile Thu May 12 16:00:02 2005
|
|
@@ -24,30 +24,24 @@ VERS=0.8
|
|
|
|
|
|
|
|
-all: src man infowarn
|
|
+all: src man info
|
|
|
|
-src: xzgv src/install-info
|
|
+src: xzgv
|
|
|
|
# We try this the whole time, as the dependancies are a bit
|
|
# complicated to duplicate here.
|
|
xzgv:
|
|
cd src && $(MAKE) xzgv
|
|
|
|
-src/install-info: src/install-info.c
|
|
- cd src && $(MAKE) install-info
|
|
-
|
|
man: doc/xzgv.1
|
|
|
|
-doc/xzgv.1: doc/xzgv.texi doc/makeman.awk
|
|
- cd doc && $(MAKE) xzgv.1
|
|
-
|
|
# Like in GNU stuff, info files aren't automatically remade,
|
|
# as I don't want to assume everyone has texinfo's `makeinfo' handy.
|
|
# So the `infowarn' below is mainly to warn me if the info gets
|
|
# out of date. :-)
|
|
-info: doc/xzgv.gz
|
|
+info: doc/xzgv.info
|
|
|
|
-doc/xzgv.gz: doc/xzgv.texi
|
|
+doc/xzgv.info: doc/xzgv.texi
|
|
cd doc && $(MAKE) info
|
|
|
|
# Warn if the info is out of date. This *is* automatically done.
|