From e223ad31693ebea3507ec4cc888df2b3f2c5d5d3 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Thu, 4 Oct 2018 15:11:59 -0700 Subject: Install examples in /usr/share/doc/cairo-5c This is the expected location. Signed-off-by: Keith Packard --- examples/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Makefile.am b/examples/Makefile.am index 26aa8dd..b0505d4 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -22,7 +22,7 @@ NICKLEFILES=\ text45.5c \ tic-tac-toe.5c -exampledir=$(pkgdatadir)/examples +exampledir=$(docdir)/examples example_DATA=$(NICKLEFILES) -- cgit v1.2.3