From 0e38a075ce649aea77b46db7de427d908162550f Mon Sep 17 00:00:00 2001 From: Tim Terriberry Date: Mon, 6 May 2013 17:42:50 +0000 Subject: Subject: [PATCH 3/3] Respect the configure --docdir override Thanks to RedDwarf, lilrc, and mgorny for pointing it out and suggesting patches. Patch contributed by Ron Lee. Closes ticket:1758 svn path=/trunk/ogg/; revision=18934 --- doc/libogg/Makefile.am | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'doc/libogg') diff --git a/doc/libogg/Makefile.am b/doc/libogg/Makefile.am index 9139391..7ecd26a 100644 --- a/doc/libogg/Makefile.am +++ b/doc/libogg/Makefile.am @@ -1,8 +1,8 @@ ## Process this file with automake to produce Makefile.in -docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)/libogg +apidocdir = $(htmldir)/libogg -doc_DATA = bitpacking.html datastructures.html decoding.html encoding.html\ +dist_apidoc_DATA = bitpacking.html datastructures.html decoding.html encoding.html\ general.html index.html ogg_iovec_t.html ogg_packet.html ogg_packet_clear.html\ ogg_page.html ogg_page_bos.html ogg_page_checksum_set.html\ ogg_page_continued.html ogg_page_eos.html ogg_page_granulepos.html\ @@ -24,4 +24,3 @@ doc_DATA = bitpacking.html datastructures.html decoding.html encoding.html\ oggpack_writecopy.html oggpack_writeinit.html oggpack_writetrunc.html\ overview.html reference.html style.css -EXTRA_DIST = $(doc_DATA) -- cgit v1.2.1