* merges tuning improvements from Aoyumi's aoTuV with fixups * new managed bitrate (CBR) mode support * new vorbis_encoder_ctl() interface * extensive documentation updates * application/ogg mimetype is now official * autotools cleanup from Thomas Vander Stichele * various bugfixes
13 lines
467 B
Plaintext
13 lines
467 B
Plaintext
$OpenBSD: patch-doc_Makefile_in,v 1.5 2004/09/30 19:39:56 naddy Exp $
|
|
--- doc/Makefile.in.orig Thu Sep 23 20:23:40 2004
|
|
+++ doc/Makefile.in Thu Sep 23 20:24:39 2004
|
|
@@ -184,7 +184,7 @@ target_cpu = @target_cpu@
|
|
target_os = @target_os@
|
|
target_vendor = @target_vendor@
|
|
SUBDIRS = vorbisfile vorbisenc
|
|
-docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)
|
|
+docdir = $(datadir)/doc/$(PACKAGE)
|
|
|
|
### all of the static docs, commited to SVN and included as is
|
|
static_docs = \
|