summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTomasz Kłoczko <kloczek@src.gnome.org>2000-08-21 16:02:48 +0000
committerTomasz Kłoczko <kloczek@src.gnome.org>2000-08-21 16:02:48 +0000
commitdd48ffb4d503ff2a40ff28815852101c349f458c (patch)
tree1ae9a5c0fbc5a6ed7da17e01d471650c2481960f /doc
parenta73f4740e5ef991edf138b7d9603a7f7396fdc02 (diff)
downloadgconf-dd48ffb4d503ff2a40ff28815852101c349f458c.tar.gz
- fix for DESTDIR style install.
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)