diff options
-rw-r--r-- | driver/xf86-video-openchrome/man/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/driver/xf86-video-openchrome/man/Makefile.am b/driver/xf86-video-openchrome/man/Makefile.am index 4c475a846..7e8dcb596 100644 --- a/driver/xf86-video-openchrome/man/Makefile.am +++ b/driver/xf86-video-openchrome/man/Makefile.am @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.1 2008/07/12 12:48:45 matthieu Exp $ +# $Id: Makefile.am,v 1.2 2008/07/12 12:59:16 matthieu Exp $ # # Copyright 2005 Sun Microsystems, Inc. All rights reserved. # @@ -59,4 +59,4 @@ SUFFIXES = .$(DRIVER_MAN_SUFFIX) .man sed $(MAN_SUBSTS) < $< > $@ @DRIVER_NAME@.man: - ln -s -f $(top_srcdir)/src/@DRIVER_NAME@.man . + ln -s -f $(top_srcdir)/man/@DRIVER_NAME@.man . |