Patch: fix DESTDIR install
- From: Frederic Crozat <fcrozat mandrakesoft com>
- To: bonobo <gnome-components-list gnome org>
- Subject: Patch: fix DESTDIR install
- Date: 11 Jan 2002 15:40:21 +0100
Hi,
the following patch fixes make DESTDIR=... install for bonobo 1.0.18
Can I commit to stable branch ?
--- bonobo-1.0.18/libefs/doc/Makefile.am.orig Fri Jan 11 15:08:19 2002
+++ bonobo-1.0.18/libefs/doc/Makefile.am Fri Jan 11 15:08:29 2002
@@ -9,7 +9,7 @@
# The directory containing the source code (if it contains
documentation).
DOC_SOURCE_DIR=../src
-TARGET_DIR=$(HTML_DIR)/$(DOC_MODULE)
+TARGET_DIR=$(DESTDIR)$(HTML_DIR)/$(DOC_MODULE)
scan:
gtkdoc-scan --module=$(DOC_MODULE) --source-dir=$(DOC_SOURCE_DIR) \
--
Frédéric Crozat
MandrakeSoft
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]