diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-26 13:42:54 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-26 13:42:54 +0000 |
commit | 5fee90746227554e6f8451bb51d8911148a5c88c (patch) | |
tree | 0444048b97e5fdbb4024e30dd07cfc79722cc2b3 /lib/libXrandr/man | |
parent | 3a20e29abd25c54ceac0bbe45751c8c5504a5ff5 (diff) |
regen with OpenBSD autotools
Diffstat (limited to 'lib/libXrandr/man')
-rw-r--r-- | lib/libXrandr/man/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libXrandr/man/Makefile.in b/lib/libXrandr/man/Makefile.in index f7c6d7e4d..524ca7111 100644 --- a/lib/libXrandr/man/Makefile.in +++ b/lib/libXrandr/man/Makefile.in @@ -14,7 +14,7 @@ @SET_MAKE@ -# $Id: Makefile.in,v 1.1 2006/11/25 17:37:52 matthieu Exp $ +# $Id: Makefile.in,v 1.2 2006/11/26 13:42:50 matthieu Exp $ # # Copyright 2005 Sun Microsystems, Inc. All rights reserved. # @@ -153,7 +153,6 @@ RANDR_CFLAGS = @RANDR_CFLAGS@ RANDR_LIBS = @RANDR_LIBS@ RANDR_VERSION = @RANDR_VERSION@ RANLIB = @RANLIB@ -SED = sed SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ @@ -215,6 +214,7 @@ libman_DATA = $(libman_PRE:man=@LIB_MAN_SUFFIX@) \ BUILT_SOURCES = shadows.DONE EXTRA_DIST = $(libman_PRE) CLEANFILES = $(libman_DATA) $(BUILT_SOURCES) +SED = sed # Strings to replace in man pages XORGRELSTRING = @PACKAGE_STRING@ |