summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Barbe <christophe@ufies.org>2002-02-15 23:21:07 +0000
committerChristophe Barbe <christophe@ufies.org>2002-02-15 23:21:07 +0000
commit2699faf9f804ff4cc1fff27e164df18a6ea74ea1 (patch)
tree7f81fb5116f85a0a7468672f6fe7256383ad9df1
parent24a31382c62d173fe17cdbb29f6389323764688a (diff)
downloadlibgphoto2-2699faf9f804ff4cc1fff27e164df18a6ea74ea1.tar.gz
* fix rules to build in builddir and install from builddir.
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@4167 67ed7778-7388-44ab-90cf-0a291f65f57c
-rw-r--r--libgphoto2_port/doc/DocRules.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/libgphoto2_port/doc/DocRules.am b/libgphoto2_port/doc/DocRules.am
index 33d419460..e1bf4b157 100644
--- a/libgphoto2_port/doc/DocRules.am
+++ b/libgphoto2_port/doc/DocRules.am
@@ -29,12 +29,12 @@ sgml:
html:
if ! test -d html ; then mkdir html ; fi
- -cd $(srcdir)/html && gtkdoc-mkhtml $(DOC_MODULE) ../$(DOC_MAIN_SGML_FILE)
+ cd html && gtkdoc-mkhtml $(DOC_MODULE) ../$(srcdir)/$(DOC_MAIN_SGML_FILE)
install-data-local:
$(INSTALL) -d -m 0755 $(DESTDIR)$(TARGET_DIR)
- $(INSTALL_DATA) $(srcdir)/html/*.html $(DESTDIR)$(TARGET_DIR)
- $(INSTALL_DATA) $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR)
+ $(INSTALL_DATA) ./html/*.html $(DESTDIR)$(TARGET_DIR)
+ $(INSTALL_DATA) ./html/index.sgml $(DESTDIR)$(TARGET_DIR)
gtkdoc-fixxref --module=$(DOC_MODULE) --html-dir=$(DESTDIR)$(htmldir)
dist-hook: