mirror of
https://git.freebsd.org/ports.git
synced 2025-06-24 22:20:35 -04:00
* various bugfixes * important bugfix for 64-bit platforms * various portability fixes * autotools cleanup from Thomas Vander Stichele * new multiplexed Ogg stream documentation
14 lines
462 B
Text
14 lines
462 B
Text
|
|
$FreeBSD$
|
|
|
|
--- doc/Makefile.in.orig Fri Sep 24 00:35:47 2004
|
|
+++ doc/Makefile.in Fri Sep 24 00:36:02 2004
|
|
@@ -169,7 +169,7 @@
|
|
sysconfdir = @sysconfdir@
|
|
target_alias = @target_alias@
|
|
SUBDIRS = ogg
|
|
-docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)
|
|
+docdir = $(datadir)/doc/$(PACKAGE)
|
|
doc_DATA = framing.html index.html oggstream.html rfc3533.txt rfc3534.txt stream.png vorbisword2.png white-ogg.png white-xifish.png
|
|
EXTRA_DIST = $(doc_DATA)
|
|
all: all-recursive
|