29 lines
1.9 KiB
Diff
29 lines
1.9 KiB
Diff
|
diff -ur libshout-1.0.9/doc/Makefile.in libshout-1.0.9.patched/doc/Makefile.in
|
||
|
--- libshout-1.0.9/doc/Makefile.in 2002-04-28 20:14:33.000000000 +0200
|
||
|
+++ libshout-1.0.9.patched/doc/Makefile.in 2003-06-04 19:40:44.000000000 +0200
|
||
|
@@ -80,7 +80,7 @@
|
||
|
|
||
|
AUTOMAKE_OPTIONS = foreign
|
||
|
|
||
|
-docdir = $(prefix)/doc/$(PACKAGE)-$(VERSION)
|
||
|
+docdir = $(datadir)/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 -ur libshout-1.0.9/Makefile.in libshout-1.0.9.patched/Makefile.in
|
||
|
--- libshout-1.0.9/Makefile.in 2002-04-28 20:14:33.000000000 +0200
|
||
|
+++ libshout-1.0.9.patched/Makefile.in 2003-06-04 19:45:04.000000000 +0200
|
||
|
@@ -511,9 +511,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)$(datadir)/doc/$(PACKAGE)-$(VERSION)/example
|
||
|
+ $(INSTALL) -m 0644 $(top_srcdir)/README $(top_srcdir)/AUTHORS $(top_srcdir)/COPYING $(top_srcdir)/CHANGES $(DESTDIR)$(datadir)/doc/$(PACKAGE)-$(VERSION)
|
||
|
+ $(INSTALL) -m 0644 $(top_srcdir)/example/Makefile $(top_srcdir)/example/example.c $(DESTDIR)$(datadir)/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.
|