summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenoît Dejean <benoit@placenet.org>2007-02-15 22:06:09 +0000
committerBenoît Dejean <bdejean@src.gnome.org>2007-02-15 22:06:09 +0000
commit747438e3340c2eb7eddfa3f32aa2a176edb34b14 (patch)
treef1fe2575960970d8246c0af132405a100e12ebdb
parent10211bf7dab26a9be4a3b4a08f030918d410d838 (diff)
downloadlibgtop-747438e3340c2eb7eddfa3f32aa2a176edb34b14.tar.gz
Fixed distcheck.
2007-02-15 Benoît Dejean <benoit@placenet.org> * reference/Makefile.am: Fixed distcheck. svn path=/trunk/; revision=2556
-rw-r--r--doc/ChangeLog6
-rw-r--r--doc/reference/Makefile.am10
2 files changed, 11 insertions, 5 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index a9003399..bf4e6b6a 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,9 @@
+2007-02-15 Benoît Dejean <benoit@placenet.org>
+
+ * reference/Makefile.am:
+
+ Fixed distcheck.
+
2006-02-21 Benoît Dejean <benoit@placenet.org>
* reference.texi: Fixed glibtop_get_proc_state doc.
diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am
index 8cf9a7c1..91451884 100644
--- a/doc/reference/Makefile.am
+++ b/doc/reference/Makefile.am
@@ -15,25 +15,25 @@ SCAN_OPTIONS=
# Extra options to supply to gtkdoc-mkdb.
# e.g. MKDB_OPTIONS=--sgml-mode --output-format=xml
-MKDB_OPTIONS=--sgml-mode --output-format=xml --source-dir=../../sysdeps/common
+MKDB_OPTIONS=--sgml-mode --output-format=xml --source-dir=$(top_srcdir)/sysdeps/common
# The directory containing the source code. Relative to $(srcdir).
# gtk-doc will search all .c & .h files beneath here for inline comments
# documenting the functions and macros.
# e.g. DOC_SOURCE_DIR=../../../gtk
-DOC_SOURCE_DIR=../../include/glibtop
+DOC_SOURCE_DIR=$(top_srcdir)/include/glibtop
# Used for dependencies. The docs will be rebuilt if any of these change.
# e.g. HFILE_GLOB=$(top_srcdir)/gtk/*.h
# e.g. CFILE_GLOB=$(top_srcdir)/gtk/*.c
-HFILE_GLOB=../../include/glibtop/*.h
-CFILE_GLOB=../../sysdeps/common/*.c
+HFILE_GLOB=$(top_srcdir)/include/glibtop/*.h
+CFILE_GLOB=$(top_srcdir)/sysdeps/common/*.c
# Header files to ignore when scanning.
# e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h
IGNORE_HFILES=error.h global.h gnuserv.h init_hooks.h write.h read.h read_data.h config.h libgtopconfig.h
-EXTRA_HFILES=../../glibtop.h
+EXTRA_HFILES=$(top_srcdir)/glibtop.h
# Extra SGML files that are included by $(DOC_MAIN_SGML_FILE).
# e.g. content_files=running.sgml building.sgml changes-2.0.sgml