summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJonathon Jongsma <jjongsma@src.gnome.org>2008-02-16 04:04:37 +0000
committerJonathon Jongsma <jjongsma@src.gnome.org>2008-02-16 04:04:37 +0000
commita2090a593bf88f119e3623ebaea128b5a52c8dda (patch)
tree62e9c80ee7d3f87d7b8ca679897ac480c2a7d77e /docs
parent485c565b19332bfa460b920bad81d4c00f23aa90 (diff)
downloadglibmm-a2090a593bf88f119e3623ebaea128b5a52c8dda.tar.gz
I should have tested this more thoroughly -- we apparently need to use
* docs/reference/Makefile.am: I should have tested this more thoroughly -- we apparently need to use relative paths in the reference_prefix variable. Also add the devhelp file to the all-local target so it gets built by default on a simple 'make' and not just on 'make install' svn path=/trunk/; revision=604
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am
index 34595dbd..16e26a18 100644
--- a/docs/reference/Makefile.am
+++ b/docs/reference/Makefile.am
@@ -28,7 +28,7 @@ xml/index.xml: html/index.html
$(devhelp_file): xml/index.xml $(devhelp_stylesheet)
xsltproc --stringparam book_title "glibmm 2.4 Reference Manual" \
--stringparam book_name "glibmm 2.4" \
- --stringparam reference_prefix "$(referencedir)" \
+ --stringparam reference_prefix "../../../doc/glibmm-2.4/docs/reference/html/" \
-o $@ $(devhelp_stylesheet) xml/index.xml
html/index.html: $(doxygen_configfile_source) $(beautify_docs_source) $(top_srcdir)/glib/glibmm/*.h
@@ -82,7 +82,7 @@ uninstall-reference: html/index.html
gmmproc_bin_SCRIPTS = $(beautify_docs)
gmmproc_bindir = $(GMMPROC_DIR)
-all-local: html/index.html
+all-local: html/index.html $(devhelp_file)
install-data-local: install-reference