mirror of
https://gitlab.freedesktop.org/xorg/proto/xorgproto.git
synced 2026-05-07 10:48:13 +02:00
Use $(docdir) for renderproto.txt install path
Signed-off-by: Rémi Cardona <remi@gentoo.org> Reviewed-by: Gaetan Nadon <memsize@videotron.ca> Reviewed-by: Alan Coopersmith <alan.coopersmith@sun.com> Reviewed-by: Dan Nicholson <dbn.lists@gmail.com>
This commit is contained in:
parent
958987e56a
commit
2c7bf7d848
2 changed files with 3 additions and 4 deletions
|
|
@ -6,10 +6,9 @@ render_HEADERS = \
|
|||
pkgconfigdir = $(libdir)/pkgconfig
|
||||
pkgconfig_DATA = renderproto.pc
|
||||
|
||||
renderdocdir = $(datadir)/doc/$(PACKAGE)
|
||||
renderdoc_DATA = renderproto.txt
|
||||
dist_doc_DATA = renderproto.txt
|
||||
|
||||
EXTRA_DIST = renderproto.pc.in $(renderdoc_DATA)
|
||||
EXTRA_DIST = renderproto.pc.in
|
||||
|
||||
MAINTAINERCLEANFILES = ChangeLog INSTALL
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
AC_PREREQ([2.57])
|
||||
AC_PREREQ([2.60])
|
||||
AC_INIT([RenderProto], [0.11], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg])
|
||||
AM_INIT_AUTOMAKE([foreign dist-bzip2])
|
||||
AM_MAINTAINER_MODE
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue