summaryrefslogtreecommitdiff
path: root/libgphoto2_port/doc
diff options
context:
space:
mode:
authorLutz Mueller <lutz@users.sourceforge.net>2002-02-11 16:00:54 +0000
committerLutz Mueller <lutz@users.sourceforge.net>2002-02-11 16:00:54 +0000
commit25305f23e4d81abba9b297fcadae1e4307d3b9e4 (patch)
tree6b678f1bf7a7c54f242ec6bf27683ce19a4e3406 /libgphoto2_port/doc
parent04ff156fa543c9fa52c70adeda32c38cfe3d5520 (diff)
downloadlibgphoto2-25305f23e4d81abba9b297fcadae1e4307d3b9e4.tar.gz
2002-02-11 Lutz M�ller <lutz@users.sourceforge.net>
* doc/DocRules.am: Fix building docs when $(builddir) == $(srcdir). git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@4131 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'libgphoto2_port/doc')
-rw-r--r--libgphoto2_port/doc/DocRules.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgphoto2_port/doc/DocRules.am b/libgphoto2_port/doc/DocRules.am
index 5c7b908bf..33d419460 100644
--- a/libgphoto2_port/doc/DocRules.am
+++ b/libgphoto2_port/doc/DocRules.am
@@ -29,7 +29,7 @@ sgml:
html:
if ! test -d html ; then mkdir html ; fi
- -cd html && gtkdoc-mkhtml $(DOC_MODULE) $(srcdir)/$(DOC_MAIN_SGML_FILE)
+ -cd $(srcdir)/html && gtkdoc-mkhtml $(DOC_MODULE) ../$(DOC_MAIN_SGML_FILE)
install-data-local:
$(INSTALL) -d -m 0755 $(DESTDIR)$(TARGET_DIR)