aboutsummaryrefslogtreecommitdiffstats
path: root/doc/devel/Makefile.am
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@helixcode.com>2001-01-11 23:25:25 +0800
committerFederico Mena Quintero <federico@src.gnome.org>2001-01-11 23:25:25 +0800
commit8fa5361a5ffd43d4bbcff617d5baa8cc019482b7 (patch)
tree0184c2566705042038c6349ebd60ea3680f6beb6 /doc/devel/Makefile.am
parentd1548211721dd4478f4b388206bb750aeb1e41bf (diff)
downloadgsoc2013-evolution-8fa5361a5ffd43d4bbcff617d5baa8cc019482b7.tar
gsoc2013-evolution-8fa5361a5ffd43d4bbcff617d5baa8cc019482b7.tar.gz
gsoc2013-evolution-8fa5361a5ffd43d4bbcff617d5baa8cc019482b7.tar.bz2
gsoc2013-evolution-8fa5361a5ffd43d4bbcff617d5baa8cc019482b7.tar.lz
gsoc2013-evolution-8fa5361a5ffd43d4bbcff617d5baa8cc019482b7.tar.xz
gsoc2013-evolution-8fa5361a5ffd43d4bbcff617d5baa8cc019482b7.tar.zst
gsoc2013-evolution-8fa5361a5ffd43d4bbcff617d5baa8cc019482b7.zip
Make it work when gtk-doc is not installed.
2001-01-10 Federico Mena Quintero <federico@helixcode.com> * Makefile.am: Make it work when gtk-doc is not installed. * calendar/cal-client/Makefile.am: Likewise. * calendar/cal-util/Makefile.am: Likewise. svn path=/trunk/; revision=7384
Diffstat (limited to 'doc/devel/Makefile.am')
-rw-r--r--doc/devel/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/devel/Makefile.am b/doc/devel/Makefile.am
index 8e8ca1085c..77f9354ba9 100644
--- a/doc/devel/Makefile.am
+++ b/doc/devel/Makefile.am
@@ -53,6 +53,7 @@ clean-local:
maintainer-clean-local:
cd $(srcdir) && rm -rf html
+if ENABLE_GTK_DOC
install-data-local:
$(mkinstalldirs) $(DESTDIR)$(TARGET_DIR)
(installfiles=`echo $(srcdir)/html/*.html`; \
@@ -68,6 +69,7 @@ install-data-local:
echo '-- Fixing Crossreferences' ; \
gtkdoc-fixxref --module=$(DOC_MODULE) --html-dir=$(HTML_DIR)|| true; \
fi)
+endif
dist-hook:
mkdir $(distdir)/html