From 0260ab0ef5e0dd336ad0a40c62381bd5a33c687c Mon Sep 17 00:00:00 2001 From: Lutz Mueller Date: Thu, 22 Mar 2001 12:41:13 +0000 Subject: Huh, don't install a gphoto2 directory for documention in /... git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@1785 67ed7778-7388-44ab-90cf-0a291f65f57c --- doc/api/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/api') diff --git a/doc/api/Makefile.am b/doc/api/Makefile.am index 94777d99c..06546321f 100644 --- a/doc/api/Makefile.am +++ b/doc/api/Makefile.am @@ -7,12 +7,12 @@ DOC_SOURCE_DIR=$(top_srcdir)/libgphoto2 CFLAGS="-I../.. `gphoto2-config --cflags`" LDFLAGS="`gphoto2-config --ldflags`" -TARGET_DIR=$(HTML_DIR)/$(DOC_MODULE) +TARGET_DIR=$(datadir)/$(DOC_MODULE) tmpl_sources = \ tmpl/widget.sgml -gphoto2_docdir = $(HTML_DIR) +gphoto2_docdir = $(datadir)/gphoto2 gphoto2_doc_DATA = \ gphoto2-api.sgml \ gphoto2-api.html -- cgit v1.2.1