[anjuta] bgo #588506 – Wrong value of PACKAGE_DOC_DIR



commit 4743bc6b9c6f569695c68b31c6403eba12aedacd
Author: Debarshi Ray <debarshi ray gmail com>
Date:   Tue Jul 28 23:07:10 2009 +0200

    bgo #588506 â?? Wrong value of PACKAGE_DOC_DIR

 Makefile.am           |    2 +-
 doc/Makefile.am       |    2 +-
 libanjuta/Makefile.am |    2 +-
 src/Makefile.am       |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 0b1b6a3..0e3b578 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -6,7 +6,7 @@ SUBDIRS = \
 	pixmaps scripts data \
 	doc libanjuta plugins src manuals mime launcher po
 
-anjutadocdir = $(datadir)/doc/anjuta
+anjutadocdir = $(docdir)
 anjutadoc_DATA = \
 	MAINTAINERS\
 	README\
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 9504d86..07e4bbf 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -4,7 +4,7 @@
 ## If you don't want it to overwrite it,
 ## 	Please disable it in the Anjuta project configuration
 
-anjuta_docdir = $(datadir)/doc/anjuta
+anjuta_docdir = $(docdir)
 
 anjuta_doc_DATA = \
 	ScintillaDoc.html
diff --git a/libanjuta/Makefile.am b/libanjuta/Makefile.am
index 7a8ad0a..970e08a 100644
--- a/libanjuta/Makefile.am
+++ b/libanjuta/Makefile.am
@@ -13,7 +13,7 @@ AM_CPPFLAGS = \
 	-DPACKAGE_PIXMAPS_DIR="\"$(datadir)/pixmaps/$(PACKAGE)\"" \
 	-DPACKAGE_DATA_DIR="\"$(datadir)/$(PACKAGE)\"" \
 	-DPACKAGE_HELP_DIR="\"$(datadir)/gnome/help/$(PACKAGE)\"" \
-	-DPACKAGE_DOC_DIR="\"$(datadir)/doc/$(PACKAGE)\"" \
+	-DPACKAGE_DOC_DIR="\"$(docdir)\"" \
 	-DG_LOG_DOMAIN=\"libanjuta\"
 
 lib_LTLIBRARIES = libanjuta.la 
diff --git a/src/Makefile.am b/src/Makefile.am
index 4d47c64..b4a18f6 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -20,7 +20,7 @@ AM_CPPFLAGS = \
 	-I$(top_srcdir)\
 	-I.. -I. -DPACKAGE_BIN_DIR=\"$(bindir)\" \
 	-DPACKAGE_DATA_DIR="\"$(datadir)/$(PACKAGE)\"" \
-	-DPACKAGE_DOC_DIR=\"$(datadir)/doc/$(PACKAGE)\" \
+	-DPACKAGE_DOC_DIR=\"$(docdir)\" \
 	-DPACKAGE_PIXMAPS_DIR=\"$(datadir)/pixmaps/$(PACKAGE)\" \
 	-DPACKAGE_PLUGIN_DIR=\"$(libdir)/$(PACKAGE)\" \
 	-DPACKAGE_LOCALE_DIR=\"$(datadir)/locale\" \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]