summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/gconf/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gconf/Makefile.am b/doc/gconf/Makefile.am
index 5a74d4a0..7d852802 100644
--- a/doc/gconf/Makefile.am
+++ b/doc/gconf/Makefile.am
@@ -35,7 +35,7 @@ maintainer-clean-local: clean
rm -rf sgml html $(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt
install-data-local:
- $(mkinstalldirs) $(TARGET_DIR) ## seems ok
+ $(mkinstalldirs) $(DESTDIR)$(TARGET_DIR) ## seems ok
-$(INSTALL_DATA) $(srcdir)/html/*.html $(DESTDIR)$(TARGET_DIR)
-$(INSTALL_DATA) $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR)
-gtkdoc-fixxref --module=$(DOC_MODULE) --html-dir=$(DESTDIR)$(HTML_DIR)