diff -urN ices-0.2.3/Makefile.in ices-0.2.3-modified/Makefile.in --- ices-0.2.3/Makefile.in Wed May 1 21:02:51 2002 +++ ices-0.2.3-modified/Makefile.in Tue Jul 23 19:46:15 2002 @@ -80,7 +80,7 @@ UNAME = @UNAME@ VERSION = @VERSION@ XMLCONFIG = @XMLCONFIG@ -docdir = @docdir@ +docdir = /usr/share/doc/$(PACKAGE)-$(VERSION) moddir = @moddir@ AUTOMAKE_OPTIONS = foreign diff -urN ices-0.2.3/conf/Makefile.in ices-0.2.3-modified/conf/Makefile.in --- ices-0.2.3/conf/Makefile.in Wed May 1 21:02:56 2002 +++ ices-0.2.3-modified/conf/Makefile.in Tue Jul 23 19:47:59 2002 @@ -80,7 +80,7 @@ UNAME = @UNAME@ VERSION = @VERSION@ XMLCONFIG = @XMLCONFIG@ -docdir = @docdir@ +docdir = /usr/share/doc/$(PACKAGE)-$(VERSION) moddir = @moddir@ AUTOMAKE_OPTIONS = foreign diff -urN ices-0.2.3/doc/Makefile.in ices-0.2.3-modified/doc/Makefile.in --- ices-0.2.3/doc/Makefile.in Wed May 1 21:02:57 2002 +++ ices-0.2.3-modified/doc/Makefile.in Tue Jul 23 19:46:31 2002 @@ -80,7 +80,7 @@ UNAME = @UNAME@ VERSION = @VERSION@ XMLCONFIG = @XMLCONFIG@ -docdir = @docdir@ +docdir = /usr/share/doc/$(PACKAGE)-$(VERSION) moddir = @moddir@ AUTOMAKE_OPTIONS = foreign diff -urN ices-0.2.3/libshout/Makefile.in ices-0.2.3-modified/libshout/Makefile.in --- ices-0.2.3/libshout/Makefile.in Wed May 1 21:02:52 2002 +++ ices-0.2.3-modified/libshout/Makefile.in Tue Jul 23 19:43:02 2002 @@ -515,9 +515,9 @@ install-data-local: mkdir -p $(DESTDIR)$(includedir)/shout - mkdir -p $(DESTDIR)$(prefix)/doc/$(PACKAGE)-$(VERSION)/example - $(INSTALL) -m 0644 $(top_srcdir)/README $(top_srcdir)/AUTHORS $(top_srcdir)/COPYING $(top_srcdir)/CHANGES $(DESTDIR)$(prefix)/doc/$(PACKAGE)-$(VERSION) - $(INSTALL) -m 0644 $(top_srcdir)/example/Makefile $(top_srcdir)/example/example.c $(DESTDIR)$(prefix)/doc/$(PACKAGE)-$(VERSION)/example + mkdir -p $(DESTDIR)$(prefix)/share/doc/$(PACKAGE)-$(VERSION)/example + $(INSTALL) -m 0644 $(top_srcdir)/README $(top_srcdir)/AUTHORS $(top_srcdir)/COPYING $(top_srcdir)/CHANGES $(DESTDIR)$(prefix)/share/doc/$(PACKAGE)-$(VERSION) + $(INSTALL) -m 0644 $(top_srcdir)/example/Makefile $(top_srcdir)/example/example.c $(DESTDIR)$(prefix)/share/doc/$(PACKAGE)-$(VERSION)/example $(INSTALL) -m 0644 $(top_srcdir)/shout.h $(DESTDIR)$(includedir)/shout # Tell versions [3.59,3.63) of GNU make to not export all variables. diff -urN ices-0.2.3/libshout/doc/Makefile.in ices-0.2.3-modified/libshout/doc/Makefile.in --- ices-0.2.3/libshout/doc/Makefile.in Wed May 1 21:02:53 2002 +++ ices-0.2.3-modified/libshout/doc/Makefile.in Tue Jul 23 19:34:30 2002 @@ -80,7 +80,7 @@ AUTOMAKE_OPTIONS = foreign -docdir = $(prefix)/doc/$(PACKAGE)-$(VERSION) +docdir = /usr/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 diff -urN ices-0.2.3/src/Makefile.in ices-0.2.3-modified/src/Makefile.in --- ices-0.2.3/src/Makefile.in Wed May 1 21:02:54 2002 +++ ices-0.2.3-modified/src/Makefile.in Tue Jul 23 19:47:26 2002 @@ -80,7 +80,7 @@ UNAME = @UNAME@ VERSION = @VERSION@ XMLCONFIG = @XMLCONFIG@ -docdir = @docdir@ +docdir = /usr/share/doc/$(PACKAGE)-$(VERSION) moddir = @moddir@ AUTOMAKE_OPTIONS = foreign diff -urN ices-0.2.3/src/playlist/Makefile.in ices-0.2.3-modified/src/playlist/Makefile.in --- ices-0.2.3/src/playlist/Makefile.in Wed May 1 21:02:55 2002 +++ ices-0.2.3-modified/src/playlist/Makefile.in Tue Jul 23 19:47:42 2002 @@ -80,7 +80,7 @@ UNAME = @UNAME@ VERSION = @VERSION@ XMLCONFIG = @XMLCONFIG@ -docdir = @docdir@ +docdir = /usr/share/doc/$(PACKAGE)-$(VERSION) moddir = @moddir@ AUTOMAKE_OPTIONS = foreign