Home | History | Annotate | Line # | Download | only in doc
      1 #	$NetBSD: Makefile,v 1.3 2022/05/03 12:53:52 uwe Exp $
      2 
      3 .include <bsd.own.mk>
      4 
      5 .PATH:	${X11SRCDIR.xorg-server}/hw/xfree86/doc
      6 .PATH:	${X11SRCDIR.xorg-server}/hw/xfree86/doc/man
      7 
      8 FILES=	README.modes
      9 
     10 FILESDIR=	${X11USRLIBDIR}/X11/doc
     11 
     12 MAN += Xorg.1
     13 MAN += xorg.conf.5
     14 
     15 MLINKS += xorg.conf.5 xorg.conf.d.5
     16 
     17 X11EXTRAMANTRANSFORMS+= \
     18 	__xconfigdir__		xorg.conf.d \
     19 	__xkbdir__		${X11LIBDIR}/xkb \
     20 	__modulepath__		${X11ROOTDIR}/modules
     21 
     22 .include <bsd.x11.mk>
     23 .include <bsd.prog.mk>
     24