blob: 96d0f8ba4a986993b8bf65f8de25eb5957bc2163 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$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
|