From 4f6564d1046a69e1369d27b708afa8143946c47d 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 git-svn-id: http://svn.xiph.org/trunk/ogg@18934 0101bb08-14d6-0310-b084-bc0e0c8e3800 --- doc/Makefile.am | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'doc/Makefile.am') diff --git a/doc/Makefile.am b/doc/Makefile.am index e7eec1f..3dd47b9 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -2,11 +2,8 @@ SUBDIRS = libogg -docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION) - -doc_DATA = framing.html index.html oggstream.html ogg-multiplex.html \ +dist_html_DATA = framing.html index.html oggstream.html ogg-multiplex.html \ fish_xiph_org.png multiplex1.png packets.png pages.png stream.png \ vorbisword2.png white-ogg.png white-xifish.png \ rfc3533.txt rfc5334.txt skeleton.html -EXTRA_DIST = $(doc_DATA) -- cgit v1.2.1