summaryrefslogtreecommitdiff
path: root/doc/Makefile.am
diff options
context:
space:
mode:
authorTim Terriberry <tterribe@xiph.org>2013-05-06 17:42:50 +0000
committerTim Terriberry <tterribe@xiph.org>2013-05-06 17:42:50 +0000
commit0e38a075ce649aea77b46db7de427d908162550f (patch)
tree565110e94861f575f6861189b634115df6a4f3f1 /doc/Makefile.am
parent165cd85ad1c60c00f8c4086710979a0782969504 (diff)
downloadogg-git-0e38a075ce649aea77b46db7de427d908162550f.tar.gz
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
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am5
1 files changed, 1 insertions, 4 deletions
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)