blob: 65112e1f57658feb02ab37f90279adfc736fce50 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- 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
|