summaryrefslogtreecommitdiff
path: root/libgphoto2_port/doc
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <gp@n-dimensional.de>2001-11-04 02:14:04 +0000
committerHans Ulrich Niedermann <gp@n-dimensional.de>2001-11-04 02:14:04 +0000
commit08e69af5b930062405d7bfae7a74e1cb37e5dd46 (patch)
tree77e46880eacce58e8d0c3892cad9ca8d3e7ccb19 /libgphoto2_port/doc
parent7790d4e32a47e1e04aed88e3105c09bf45e62d7d (diff)
downloadlibgphoto2-08e69af5b930062405d7bfae7a74e1cb37e5dd46.tar.gz
added dependencies like in doc/api/Makefile.am - rebuilds docs now
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@2901 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'libgphoto2_port/doc')
-rw-r--r--libgphoto2_port/doc/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/libgphoto2_port/doc/Makefile.am b/libgphoto2_port/doc/Makefile.am
index 260e83b18..601729133 100644
--- a/libgphoto2_port/doc/Makefile.am
+++ b/libgphoto2_port/doc/Makefile.am
@@ -16,7 +16,7 @@ htmldir=@HTML_DIR@
TARGET_DIR=$(htmldir)/$(DOC_MODULE)
-all-local: html
+all-local: templates sgml html
scan:
cd $(srcdir) && gtkdoc-scan --module=$(DOC_MODULE) --source-dir=$(DOC_SOURCE_DIR)
@@ -44,9 +44,9 @@ install-data-local:
$(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)$(htmldir)
-endif
dist-hook:
(cd $(srcdir) ; tar cvf - html) | (cd $(distdir); tar xf -)
.PHONY : html sgml templates scan
+endif