summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJack Moffitt <jack@xiph.org>2000-11-08 09:48:58 +0000
committerJack Moffitt <jack@xiph.org>2000-11-08 09:48:58 +0000
commit21354ad7c05a28d9e4a232b4a0334267a4625847 (patch)
tree952dd3dccc5f1cc1b042a2559ec076168d119144 /doc
parent2c30f77396a401a546e996d968749f5ccdeb7792 (diff)
downloadlibvorbis-git-21354ad7c05a28d9e4a232b4a0334267a4625847.tar.gz
this took me hours to get right.
it's' still not right on redhat versiosn < 7.0 since they moved teh doc dir from /usr/doc to /usr/share/doc. not quite sure what to do about that :) jack. svn path=/trunk/vorbis/; revision=1036
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am3
-rw-r--r--doc/vorbisenc/Makefile.am2
-rw-r--r--doc/vorbisfile/Makefile.am2
3 files changed, 4 insertions, 3 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 23f5fde3..251e9973 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -7,6 +7,7 @@ SUBDIRS = vorbisfile vorbisenc
docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)
doc_DATA = v-comment.html vorbisword2.png white-ogg.png programming.html\
- vorbis.html wait.png white-xifish.png
+ vorbis.html wait.png white-xifish.png vorbis-clip.txt\
+ vorbis-errors.txt
EXTRA_DIST = $(doc_DATA)
diff --git a/doc/vorbisenc/Makefile.am b/doc/vorbisenc/Makefile.am
index 5ef1c74a..3eca0bbb 100644
--- a/doc/vorbisenc/Makefile.am
+++ b/doc/vorbisenc/Makefile.am
@@ -2,7 +2,7 @@
AUTOMAKE_OPTIONS = foreign
-docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)
+docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)/vorbisenc
doc_DATA = index.html overview.html reference.html style.css\
vorbis_encode_ctl.html vorbis_encode_init.html vorbis_info.html
diff --git a/doc/vorbisfile/Makefile.am b/doc/vorbisfile/Makefile.am
index 63d282d9..702543a8 100644
--- a/doc/vorbisfile/Makefile.am
+++ b/doc/vorbisfile/Makefile.am
@@ -2,7 +2,7 @@
AUTOMAKE_OPTIONS = foreign
-docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)
+docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)/vorbisfile
doc_DATA = OggVorbis_File.html chaining_example_c.html chainingexample.html\
datastructures.html decoding.html example.html exampleindex.html\