0ef03ab6b0
PR: 32702 Submitted by: Leo Kim <leo@florida.sarang.net>
11 lines
630 B
Text
11 lines
630 B
Text
--- doc/Makefile.in.orig Tue Dec 11 09:28:01 2001
|
|
+++ doc/Makefile.in Tue Dec 11 09:28:08 2001
|
|
@@ -76,7 +76,7 @@
|
|
|
|
AUTOMAKE_OPTIONS = foreign
|
|
|
|
-docdir = $(prefix)/doc/$(PACKAGE)-$(VERSION)
|
|
+docdir = $(prefix)/share/doc/$(PACKAGE)-$(VERSION)
|
|
|
|
doc_DATA = index.html overview.html initialization.html connection.html datastreaming.html metadata.html datastructures.html shout_conn_t.html shout_connect.html shout_disconnect.html shout_sleep.html shout_init_connection.html shout_send_data.html shout_update_metadata.html style.css example.html example_c.html reference.html errorhandling.html shout_strerror.html
|
|
|