freebsd-ports/audio/libvorbis/files/patch-doc_Makefile.in
Christian Weisgerber 0df5f843f0 Update to 1.3.1. Improvements in this release:
* Optimized/coupled surround support for 5.1 encoding at 44.1/48kHz
* Added encoder control call to disable channel coupling
* Corrected an overflow bug in very low-bitrate encoding on 32 bit
  machines that caused inflated bitrates
* Numerous API hardening, leak and build fixes
* Correct bug in 22kHz compand setup that could cause a crash
* Correct bug in 16kHz codebooks that could cause unstable pure
  tones at high bitrates
2010-06-06 20:36:53 +00:00

23 lines
767 B
Text

$FreeBSD$
--- doc/Makefile.in.orig 2010-03-26 08:00:08.000000000 +0100
+++ doc/Makefile.in 2010-06-05 15:26:43.000000000 +0200
@@ -171,7 +171,7 @@ build_vendor = @build_vendor@
builddir = @builddir@
datadir = @datadir@
datarootdir = @datarootdir@
-docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)
+docdir = $(datadir)/doc/$(PACKAGE)
dvidir = @dvidir@
exec_prefix = @exec_prefix@
host = @host@
@@ -275,7 +275,7 @@ SPEC_TEX = \
footer.tex
built_docs = Vorbis_I_spec.pdf Vorbis_I_spec.html Vorbis_I_spec.css
-@BUILD_DOCS_FALSE@doc_DATA = $(static_docs) doxygen-build.stamp
+@BUILD_DOCS_FALSE@doc_DATA = $(static_docs)
# conditionally make the generated documentation
@BUILD_DOCS_TRUE@doc_DATA = $(static_docs) $(SPEC_PNG) $(built_docs) doxygen-build.stamp