diff options
author | Keith Packard <keithp@keithp.com> | 2018-10-04 15:11:59 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2018-10-04 15:11:59 -0700 |
commit | e223ad31693ebea3507ec4cc888df2b3f2c5d5d3 (patch) | |
tree | 7c87a731f49aa05d66728c5f29d9823b97ba55ac | |
parent | dc5c661fae8baf20ee49eb21740bf4a6913a63fb (diff) |
Install examples in /usr/share/doc/cairo-5c
This is the expected location.
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r-- | examples/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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) |